boofcv.alg.distort
Class PointToPixelTransform_F32
- java.lang.Object
-
- boofcv.struct.distort.PixelTransform_F32
-
- boofcv.alg.distort.PointToPixelTransform_F32
-
public class PointToPixelTransform_F32 extends PixelTransform_F32
Allows aPointToPixelTransform_F32to be invoked as aPixelTransform_F32.
-
-
Field Summary
-
Fields inherited from class boofcv.struct.distort.PixelTransform_F32
distX, distY
-
-
Constructor Summary
Constructors Constructor and Description PointToPixelTransform_F32(PointTransform_F32 alg)
-
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 coordinate-
Methods inherited from class boofcv.struct.distort.PixelTransform_F32
getDistX, getDistY
-
-
-
-
Constructor Detail
-
PointToPixelTransform_F32
public PointToPixelTransform_F32(PointTransform_F32 alg)
-
-
Method Detail
-
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
-
-
DataMelt 3.0 © DataMelt by jWork.ORG