public class RemoveRadialPtoP_F64 extends RemoveRadialPtoN_F64
| Constructor and Description |
|---|
RemoveRadialPtoP_F64() |
| Modifier and Type | Method and Description |
|---|---|
void |
compute(double x,
double y,
georegression.struct.point.Point2D_F64 out)
Removes radial distortion
|
set, setTolerancepublic void compute(double x,
double y,
georegression.struct.point.Point2D_F64 out)
compute in interface boofcv.struct.distort.PointTransform_F64compute in class RemoveRadialPtoN_F64x - Distorted x-coordinate pixely - Distorted y-coordinate pixelout - Undistorted pixel coordinate.