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