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