public static interface ImageInterpolation.Interpolator
| Modifier and Type | Method and Description |
|---|---|
Object |
createWorkingSpace()
Create the working space required for interpolation
|
float |
interpolate(float x,
float y,
FImage image,
Object workingSpace)
Interpolate a pixel value
|
float interpolate(float x, float y, FImage image, Object workingSpace)
x - the x-ordinatey - the y-ordinateimage - the imageworkingSpace - the working space requiredObject createWorkingSpace()
null)