Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore
Brown-Conrady U-D lens model, using Brown-Conrady U-D lens distortion parameters
| Name | UBrownConradyUDLensModel |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/Models/BrownConradyUDLensModel.h |
| Include Path | #include "Models/BrownConradyUDLensModel.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType, Meta=(DisplayName="Brown-Conrady U-D Lens Model"))
class UBrownConradyUDLensModel : public ULensModel
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → ULensModel → UBrownConradyUDLensModel
Functions
Public
Overridden from ULensModel
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FName GetModelName() |
Get the lens model name | Models/BrownConradyUDLensModel.h | |
virtual UScriptStruct * GetParameterStruct() |
Get the struct of distortion parameters supported by this model | Models/BrownConradyUDLensModel.h | |
virtual FName GetShortModelName() |
Get the lens model short name | Models/BrownConradyUDLensModel.h |