Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore
References
| Module | CameraCalibrationCore |
| Header | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/LensFileRendering.h |
| Include | #include "LensFileRendering.h" |
Syntax
struct FDisplacementMapBlendingParams
Remarks
Single struct containing blending params for all types
Variables
| Type | Name | Description | |
|---|---|---|---|
| EDisplacementMapBlendType | BlendType | Active type of blending | |
| float | EvalFocus | Bezier blend parameters | |
| float | EvalZoom | ||
| FVector2D | FxFyScale | Scale parameter that allows displacement maps for one sensor size to be applied to camera's with a different sensor size | |
| FDisplacementMapBlendPatchCorner[4] | PatchCorners | Corners of the blending patch, indexed in the following order: (X0, Y0) -> (X1, Y0) -> (X1, Y1) -> (X0, Y1) | |
| FVector2D | PrincipalPoint | Image center parameter to compute center shift needed to offset resulting map | |
| FLensDistortionState[4] | States | Distortion state for each of four possible corners to be blended |