Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore
References
| Module | CameraCalibrationCore |
| Header | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/LensDistortionModelHandlerBase.h |
| Include | #include "LensDistortionModelHandlerBase.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FLensDistortionState
Variables
| Type | Name | Description | |
|---|---|---|---|
| FDistortionInfo | DistortionInfo | Generic array of distortion parameters | |
| FFocalLengthInfo | FocalLengthInfo | Normalized focal fength in both dimensions | |
| FImageCenterInfo | ImageCenter | Normalized center of the image, in the range [0.0f, 1.0f] |
Operators
| Type | Name | Description | |
|---|---|---|---|
| bool | operator!=
(
const FLensDistortionState& Other |
||
| bool | operator==
(
const FLensDistortionState& Other |