public abstract class ImageDistortBasic_SB<Input extends ImageSingleBand,Output extends ImageSingleBand> extends ImageDistortBasic<Input,Output,InterpolatePixelS<Input>>
ImageDistort for ImageSingleBand. Computes the distortion from the
dst to src image for each pixel. The dst pixel value is then set to the interpolated value of the src image.| Constructor and Description |
|---|
ImageDistortBasic_SB(InterpolatePixelS<Input> interp)
Specifies configuration parameters
|
| Modifier and Type | Method and Description |
|---|---|
void |
applyAll() |
void |
applyOnlyInside() |
protected abstract void |
assign(int indexDst,
float value) |
apply, apply, getRenderAll, init, setModel, setRenderAllpublic ImageDistortBasic_SB(InterpolatePixelS<Input> interp)
interp - Interpolation algorithmpublic void applyAll()
applyAll in class ImageDistortBasic<Input extends ImageSingleBand,Output extends ImageSingleBand,InterpolatePixelS<Input extends ImageSingleBand>>public void applyOnlyInside()
applyOnlyInside in class ImageDistortBasic<Input extends ImageSingleBand,Output extends ImageSingleBand,InterpolatePixelS<Input extends ImageSingleBand>>protected abstract void assign(int indexDst,
float value)