boofcv.alg.distort
Class PixelToNormalized_F32
- java.lang.Object
-
- boofcv.alg.distort.PixelToNormalized_F32
-
- All Implemented Interfaces:
- PointTransform_F32
public class PixelToNormalized_F32 extends java.lang.Object implements PointTransform_F32
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_F32()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidcompute(float x, float y, Point2D_F32 out)Applies transformationvoidset(double fx, double fy, double skew, double x_c, double y_c)
-
-
-
Method Detail
-
set
public void set(double fx, double fy, double skew, double x_c, double y_c)
-
compute
public void compute(float x, float y, Point2D_F32 out)Description copied from interface:PointTransform_F32Applies transformation- Specified by:
computein interfacePointTransform_F32- Parameters:
x- x-coordinate of pointy- y-coordinate of pointout- Transformed point location.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG