boofcv.alg.distort.radtan
Class AddRadialNtoN_F64
- java.lang.Object
-
- boofcv.alg.distort.radtan.AddRadialNtoN_F64
-
- All Implemented Interfaces:
- PointTransform_F64
public class AddRadialNtoN_F64 extends java.lang.Object implements PointTransform_F64
Given an undistorted normalized pixel coordinate, compute the distorted normalized coordinate.
-
-
Constructor Summary
Constructors Constructor and Description AddRadialNtoN_F64()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidcompute(double x, double y, Point2D_F64 out)Adds radial distortionAddRadialNtoN_F64setDistortion(double[] radial, double t1, double t2)Specify intrinsic camera parameters
-
-
-
Method Detail
-
setDistortion
public AddRadialNtoN_F64 setDistortion(double[] radial, double t1, double t2)
Specify intrinsic camera parameters- Parameters:
radial- Radial distortion parameters
-
compute
public void compute(double x, double y, Point2D_F64 out)Adds radial distortion- Specified by:
computein interfacePointTransform_F64- Parameters:
x- Undistorted x-coordinate normalized image coordinatesy- Undistorted y-coordinate normalized image coordinatesout- Distorted normalized image coordinate.
-
-
DataMelt 3.0 © DataMelt by jWork.ORG