public class LensDistortionUniversalOmni extends java.lang.Object implements LensDistortionWideFOV
| Constructor and Description |
|---|
LensDistortionUniversalOmni(CameraUniversalOmni model) |
| 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.
|
public LensDistortionUniversalOmni(CameraUniversalOmni model)
public boofcv.struct.distort.Point3Transform2_F64 distortStoP_F64()
LensDistortionWideFOV(Input) Undistorted unit sphere coordinate (Output) Distorted pixel coordinates
distortStoP_F64 in interface LensDistortionWideFOVpublic boofcv.struct.distort.Point3Transform2_F32 distortStoP_F32()
LensDistortionWideFOV(Input) Undistorted unit sphere coordinate (Output) Distorted pixel coordinates
distortStoP_F32 in interface LensDistortionWideFOVpublic boofcv.struct.distort.Point2Transform3_F64 undistortPtoS_F64()
LensDistortionWideFOV(Input) Distorted pixel coordinate (Output) Undistorted unit sphere coordinates
undistortPtoS_F64 in interface LensDistortionWideFOVpublic boofcv.struct.distort.Point2Transform3_F32 undistortPtoS_F32()
LensDistortionWideFOV(Input) Distorted pixel coordinate (Output) Undistorted unit sphere coordinates
undistortPtoS_F32 in interface LensDistortionWideFOV