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