boofcv.alg.distort
Class PointToPixelTransform_F64
- java.lang.Object
-
- boofcv.struct.distort.PixelTransform_F64
-
- boofcv.alg.distort.PointToPixelTransform_F64
-
public class PointToPixelTransform_F64 extends PixelTransform_F64
Allows aPointToPixelTransform_F64to be invoked as aPixelTransform_F64.
-
-
Field Summary
-
Fields inherited from class boofcv.struct.distort.PixelTransform_F64
distX, distY
-
-
Constructor Summary
Constructors Constructor and Description PointToPixelTransform_F64(PointTransform_F64 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_F64
getDistX, getDistY
-
-
-
-
Constructor Detail
-
PointToPixelTransform_F64
public PointToPixelTransform_F64(PointTransform_F64 alg)
-
-
Method Detail
-
compute
public void compute(int x, int y)Description copied from class:PixelTransform_F64applies a transform to a pixel coordinate- Specified by:
computein classPixelTransform_F64- Parameters:
x- Pixel x-coordinatey- Pixel y-coordinate
-
-
DataMelt 3.0 © DataMelt by jWork.ORG