public interface LensDistortionWideFOV
| Modifier and Type | Method and Description |
|---|---|
boofcv.struct.distort.Point3Transform2_F32 |
distortStoP_F32()
Applies lens distortion.
|
boofcv.struct.distort.Point3Transform2_F64 |
distortStoP_F64()
Applies lens distortion.
|
boofcv.struct.distort.Point2Transform3_F32 |
undistortPtoS_F32()
Removes lens distortion.
|
boofcv.struct.distort.Point2Transform3_F64 |
undistortPtoS_F64()
Removes lens distortion.
|
boofcv.struct.distort.Point3Transform2_F64 distortStoP_F64()
(Input) Undistorted unit sphere coordinate (Output) Distorted pixel coordinates
boofcv.struct.distort.Point3Transform2_F32 distortStoP_F32()
(Input) Undistorted unit sphere coordinate (Output) Distorted pixel coordinates
boofcv.struct.distort.Point2Transform3_F64 undistortPtoS_F64()
(Input) Distorted pixel coordinate (Output) Undistorted unit sphere coordinates
boofcv.struct.distort.Point2Transform3_F32 undistortPtoS_F32()
(Input) Distorted pixel coordinate (Output) Undistorted unit sphere coordinates