public class RemoveRadialPtoP_F32 extends RemoveRadialPtoN_F32
| Constructor and Description |
|---|
RemoveRadialPtoP_F32() |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(float x,
float y,
georegression.struct.point.Point2D_F32 out)
Removes radial distortion
|
set, setTolerancepublic void compute(float x,
float y,
georegression.struct.point.Point2D_F32 out)
compute in interface boofcv.struct.distort.PointTransform_F32compute in class RemoveRadialPtoN_F32x - Distorted x-coordinate pixely - Distorted y-coordinate pixelout - Undistorted pixel coordinate.