boofcv.alg.distort
Class PixelTransformHomography_F32
- java.lang.Object
-
- boofcv.struct.distort.PixelTransform_F32
-
- boofcv.alg.distort.PixelTransformHomography_F32
-
public class PixelTransformHomography_F32 extends PixelTransform_F32
Distorts pixels usingHomography2D_F32.
-
-
Field Summary
-
Fields inherited from class boofcv.struct.distort.PixelTransform_F32
distX, distY
-
-
Constructor Summary
Constructors Constructor and Description PixelTransformHomography_F32()PixelTransformHomography_F32(Homography2D_F32 homo)PixelTransformHomography_F32(Homography2D_F64 homo)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidcompute(int x, int y)applies a transform to a pixel coordinateHomography2D_F32getModel()voidset(Homography2D_F32 transform)voidset(Homography2D_F64 transform)-
Methods inherited from class boofcv.struct.distort.PixelTransform_F32
getDistX, getDistY
-
-
-
-
Constructor Detail
-
PixelTransformHomography_F32
public PixelTransformHomography_F32()
-
PixelTransformHomography_F32
public PixelTransformHomography_F32(Homography2D_F32 homo)
-
PixelTransformHomography_F32
public PixelTransformHomography_F32(Homography2D_F64 homo)
-
-
Method Detail
-
set
public void set(Homography2D_F32 transform)
-
set
public void set(Homography2D_F64 transform)
-
compute
public void compute(int x, int y)Description copied from class:PixelTransform_F32applies a transform to a pixel coordinate- Specified by:
computein classPixelTransform_F32- Parameters:
x- Pixel x-coordinatey- Pixel y-coordinate
-
getModel
public Homography2D_F32 getModel()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG