public class BicubicInterpolation extends Object implements SinglebandImageProcessor<Float,FImage>
SinglebandImageProcessor.Processable<T,S extends Image<T,S>,I extends Image<?,I>>
Modifier and Type | Field and Description |
---|---|
protected int |
height |
protected float |
scale |
protected int |
width |
Constructor and Description |
---|
BicubicInterpolation(int width,
int height,
float scale)
Construct a new bicubic interpolator.
|
public BicubicInterpolation(int width, int height, float scale)
width
- new width.height
- new height.scale
- scaling from new size to original.public void processImage(FImage image)
ImageProcessor
Image.internalAssign(Image)
.processImage
in interface ImageProcessor<FImage>
image
- The image to process in place.