public interface InterpolateRectangle<T extends ImageSingleBand>
| Modifier and Type | Method and Description |
|---|---|
T |
getImage()
Returns the image which is being interpolated.
|
void |
region(float tl_x,
float tl_y,
ImageFloat32 dest)
Copies a grid from the source image starting at the specified coordinate
into the destination image.
|
void |
setImage(T image)
Change the image that is being interpolated.
|
void setImage(T image)
image - An image.T getImage()
void region(float tl_x,
float tl_y,
ImageFloat32 dest)
tl_x - upper left corner of the region in the image.tl_y - upper left corner of the region in the image.dest - Where the interpolated region is to be copied intoCopyright © 2013. All Rights Reserved.