Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore
Classes
| Type | Name | Description | |
|---|---|---|---|
| FAnamorphicDistortionParameters | Lens distortion parameters for the 3DE4 Anamorphic - Standard Degree 4 model All parameters are unitless and represent the coefficients used to undistort a distorted image For complete model description, see "tde4_ldm_standard.pdf" from https://www.3dequalizer.com/ in the Lens Distortion Plugin Kit v2.8 | ||
| FSphericalDistortionParameters | Spherical lens distortion parameters All parameters are unitless and represent the coefficients used to undistort a distorted image Refer to the OpenCV camera calibration documentation for the intended units/usage of these parameters: https://docs.opencv.org/3.4/d9/d0c/group__calib3d.html | ||
| UAnamorphicLensModel | Anamorphic lens model, using Anamorphic lens distortion parameters | ||
| ULensModel | Abstract base class for lens models | ||
| USphericalLensModel | Spherical lens model, using spherical lens distortion parameters |