public class ImplImageDistort_I8<Input extends ImageSingleBand,Output extends ImageInt8> extends ImageDistortBasic<Input,Output>
Implementation of ImageDistort.
| Constructor and Description |
|---|
ImplImageDistort_I8(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_I8(InterpolatePixelS<Input> interp, ImageBorder<Input> border)
protected void assign(int indexDst,
float value)
assign in class ImageDistortBasic<Input extends ImageSingleBand,Output extends ImageInt8>