boofcv.alg.interpolate.impl
Class BilinearRectangle_S16
- java.lang.Object
-
- boofcv.alg.interpolate.impl.BilinearRectangle_S16
-
- All Implemented Interfaces:
- InterpolateRectangle<GrayS16>
public class BilinearRectangle_S16 extends java.lang.Object implements InterpolateRectangle<GrayS16>
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 Summary
Constructors Constructor and Description BilinearRectangle_S16()BilinearRectangle_S16(GrayS16 image)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description GrayS16getImage()Returns the image which is being interpolated.voidregion(float tl_x, float tl_y, GrayF32 output)Copies a grid from the source image starting at the specified coordinate into the destination image.voidsetImage(GrayS16 image)Change the image that is being interpolated.
-
-
-
Constructor Detail
-
BilinearRectangle_S16
public BilinearRectangle_S16(GrayS16 image)
-
BilinearRectangle_S16
public BilinearRectangle_S16()
-
-
Method Detail
-
setImage
public void setImage(GrayS16 image)
Description copied from interface:InterpolateRectangleChange the image that is being interpolated.- Specified by:
setImagein interfaceInterpolateRectangle<GrayS16>- Parameters:
image- An image.
-
getImage
public GrayS16 getImage()
Description copied from interface:InterpolateRectangleReturns the image which is being interpolated.- Specified by:
getImagein interfaceInterpolateRectangle<GrayS16>- Returns:
- A reference to the image being interpolated.
-
region
public void region(float tl_x, float tl_y, GrayF32 output)Description copied from interface:InterpolateRectangleCopies a grid from the source image starting at the specified coordinate into the destination image. The 'dest' image must be within the original image.- Specified by:
regionin interfaceInterpolateRectangle<GrayS16>- Parameters:
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 into
-
-
DataMelt 3.0 © DataMelt by jWork.ORG