Package boofcv.alg.distort.universal
Class LensDistortionUniversalOmni
java.lang.Object
boofcv.alg.distort.universal.LensDistortionUniversalOmni
- All Implemented Interfaces:
LensDistortionWideFOV
Distortion for
CameraUniversalOmni
.-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionApplies lens distortion.Applies lens distortion.Removes lens distortion.Removes lens distortion.
-
Constructor Details
-
LensDistortionUniversalOmni
-
-
Method Details
-
distortStoP_F64
Description copied from interface:LensDistortionWideFOV
Applies lens distortion.(Input) Undistorted unit sphere coordinate (Output) Distorted pixel coordinates
- Specified by:
distortStoP_F64
in interfaceLensDistortionWideFOV
- Returns:
- Transform
-
distortStoP_F32
Description copied from interface:LensDistortionWideFOV
Applies lens distortion.(Input) Undistorted unit sphere coordinate (Output) Distorted pixel coordinates
- Specified by:
distortStoP_F32
in interfaceLensDistortionWideFOV
- Returns:
- Transform
-
undistortPtoS_F64
Description copied from interface:LensDistortionWideFOV
Removes lens distortion.(Input) Distorted pixel coordinate (Output) Undistorted unit sphere coordinates
- Specified by:
undistortPtoS_F64
in interfaceLensDistortionWideFOV
- Returns:
- Transform
-
undistortPtoS_F32
Description copied from interface:LensDistortionWideFOV
Removes lens distortion.(Input) Distorted pixel coordinate (Output) Undistorted unit sphere coordinates
- Specified by:
undistortPtoS_F32
in interfaceLensDistortionWideFOV
- Returns:
- Transform
-