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