Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore > API/Plugins/CameraCalibrationCore/Models
References
| Module | CameraCalibrationCore |
| Header | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/Models/AnamorphicLensModel.h |
| Include | #include "Models/AnamorphicLensModel.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FAnamorphicDistortionParameters
Remarks
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
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | CX02 | X coefficient of the r^2 term | |
| float | CX04 | X coefficient of the r^4 term | |
| float | CX22 | X coefficient of the r^2*cos(2*phi) term | |
| float | CX24 | X coefficient of the r^4*cos(2*phi) term | |
| float | CX44 | X coefficient of the r^4*cos(4*phi) term | |
| float | CY02 | Y coefficient of the r^2 term | |
| float | CY04 | Y coefficient of the r^4 term | |
| float | CY22 | Y coefficient of the r^2*cos(2*phi) term | |
| float | CY24 | Y coefficient of the r^4*cos(2*phi) term | |
| float | CY44 | Y coefficient of the r^4*cos(4*phi) term | |
| float | LensRotation | Lens Rotation in degrees. | |
| float | PixelAspect | Anamorphic Squeeze (the ratio of the filmback size to the size of the rasterized image) | |
| float | SqueezeX | Squeeze Factor (should be small, relatively close to 1.0) | |
| float | SqueezeY | Squeeze Factor (should be small, relatively close to 1.0) |