public class RemoveRadialNtoN_F64
extends java.lang.Object
implements boofcv.struct.distort.PointTransform_F64
| Modifier and Type | Field and Description |
|---|---|
protected RadialTangential_F64 |
params |
protected double |
sum |
protected double |
tx |
protected double |
ty |
| Constructor and Description |
|---|
RemoveRadialNtoN_F64() |
RemoveRadialNtoN_F64(double tol) |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(double x,
double y,
georegression.struct.point.Point2D_F64 out)
Removes radial distortion
|
RemoveRadialNtoN_F64 |
setDistortion(double[] radial,
double t1,
double t2) |
void |
setTolerance(double tol) |
protected RadialTangential_F64 params
protected double sum
protected double tx
protected double ty
public RemoveRadialNtoN_F64()
public RemoveRadialNtoN_F64(double tol)
public void setTolerance(double tol)
public RemoveRadialNtoN_F64 setDistortion(double[] radial, double t1, double t2)
public void compute(double x,
double y,
georegression.struct.point.Point2D_F64 out)
compute in interface boofcv.struct.distort.PointTransform_F64x - Distorted x-coordinate normalized image coordinatey - Distorted y-coordinate normalized image coordinateout - Undistorted normalized coordinate.