boofcv.alg.distort
Class PixelToNormalized_F64
- java.lang.Object
-
- boofcv.alg.distort.PixelToNormalized_F64
-
- All Implemented Interfaces:
- PointTransform_F64
public class PixelToNormalized_F64 extends java.lang.Object implements PointTransform_F64
Converts an image pixel coordinate into a normalized pixel coordinate using the camera's intrinsic parameters. Lens distortion must have already been removed.
-
-
Constructor Summary
Constructors Constructor and Description PixelToNormalized_F64()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidcompute(double x, double y, Point2D_F64 out)Applies transformationvoidset(double fx, double fy, double skew, double cx, double cy)
-
-
-
Method Detail
-
set
public void set(double fx, double fy, double skew, double cx, double cy)
-
compute
public void compute(double x, double y, Point2D_F64 out)Description copied from interface:PointTransform_F64Applies transformation- Specified by:
computein interfacePointTransform_F64- Parameters:
x- x-coordinate of pointy- y-coordinate of pointout- Transformed point location.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG