public class ImplImageDistort_F32<Input extends ImageSingleBand> extends ImageDistortBasic<Input,ImageFloat32>
Implementation of ImageDistort.
| Constructor and Description |
|---|
ImplImageDistort_F32(InterpolatePixelS<Input> interp,
ImageBorder<Input> border) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assign(int indexDst,
float value) |
apply, apply, applyBorder, applyNoBorder, setModelpublic ImplImageDistort_F32(InterpolatePixelS<Input> interp, ImageBorder<Input> border)
protected void assign(int indexDst,
float value)
assign in class ImageDistortBasic<Input extends ImageSingleBand,ImageFloat32>