public class BilinearRectangle_U8 extends Object implements InterpolateRectangle<ImageUInt8>
Performs bilinear interpolation to extract values between pixels in an image. Image borders are detected and handled appropriately.
NOTE: This code was automatically generated using GenerateBilinearRectangle.
| Constructor and Description |
|---|
BilinearRectangle_U8() |
BilinearRectangle_U8(ImageUInt8 image) |
| Modifier and Type | Method and Description |
|---|---|
ImageUInt8 |
getImage()
Returns the image which is being interpolated.
|
void |
region(float tl_x,
float tl_y,
ImageFloat32 output)
Copies a grid from the source image starting at the specified coordinate
into the destination image.
|
void |
setImage(ImageUInt8 image)
Change the image that is being interpolated.
|
public BilinearRectangle_U8(ImageUInt8 image)
public BilinearRectangle_U8()
public void setImage(ImageUInt8 image)
InterpolateRectanglesetImage in interface InterpolateRectangle<ImageUInt8>image - An image.public ImageUInt8 getImage()
InterpolateRectanglegetImage in interface InterpolateRectangle<ImageUInt8>public void region(float tl_x,
float tl_y,
ImageFloat32 output)
InterpolateRectangleregion in interface InterpolateRectangle<ImageUInt8>tl_x - upper left corner of the region in the image.tl_y - upper left corner of the region in the image.output - Where the interpolated region is to be copied intoCopyright © 2013. All Rights Reserved.