Package boofcv.alg.distort.kanbra
Class LensDistortionKannalaBrandt
java.lang.Object
boofcv.alg.distort.kanbra.LensDistortionKannalaBrandt
- All Implemented Interfaces:
LensDistortionWideFOV
Factory for creating forwards and backwards transforms using
CameraKannalaBrandt
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionApplies lens distortion.Applies lens distortion.Removes lens distortion.Removes lens distortion.
-
Constructor Details
-
LensDistortionKannalaBrandt
-
-
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
-