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