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