Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore
Brown-Conrady D-U lens model (Distorted to Undistorted direction) Uses the same parameters as Brown-Conrady U-D but interprets them in the opposite direction. The polynomial division model represents the mapping from distorted to undistorted coordinates.
| Name | UBrownConradyDULensModel |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/Models/BrownConradyDULensModel.h |
| Include Path | #include "Models/BrownConradyDULensModel.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, Meta=(DisplayName="Brown-Conrady D-U Lens Model"))
class UBrownConradyDULensModel : public ULensModel
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → ULensModel → UBrownConradyDULensModel
Functions
Public
Overridden from ULensModel
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetModelName() |
Get the lens model name | Models/BrownConradyDULensModel.h | |
virtual UScriptStruct * GetParameterStruct() |
Get the struct of distortion parameters supported by this model | Models/BrownConradyDULensModel.h | |
virtual FName GetShortModelName() |
Get the lens model short name | Models/BrownConradyDULensModel.h |