public class AddRadialNtoN_F64
extends java.lang.Object
implements boofcv.struct.distort.PointTransform_F64
| Constructor and Description |
|---|
AddRadialNtoN_F64() |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(double x,
double y,
georegression.struct.point.Point2D_F64 out)
Adds radial distortion
|
AddRadialNtoN_F64 |
setDistortion(double[] radial,
double t1,
double t2)
Specify intrinsic camera parameters
|
public AddRadialNtoN_F64 setDistortion(double[] radial, double t1, double t2)
radial - Radial distortion parameterspublic void compute(double x,
double y,
georegression.struct.point.Point2D_F64 out)
compute in interface boofcv.struct.distort.PointTransform_F64x - Undistorted x-coordinate normalized image coordinatesy - Undistorted y-coordinate normalized image coordinatesout - Distorted normalized image coordinate.