Navigation
API > API/Plugins > API/Plugins/CameraCalibrationCore
Lens distortion handler for a Brown-Conrady D-U lens model This model interprets the distortion parameters in the reverse direction (distorted to undistorted) compared to the U-D model. It subclasses the U-D handler and overrides key functions to swap directions.
| Name | UBrownConradyDULensDistortionModelHandler |
| Type | class |
| Header File | /Engine/Plugins/VirtualProduction/CameraCalibrationCore/Source/CameraCalibrationCore/Public/BrownConradyDULensDistortionModelHandler.h |
| Include Path | #include "BrownConradyDULensDistortionModelHandler.h" |
Syntax
UCLASS (MinimalAPI, BlueprintType)
class UBrownConradyDULensDistortionModelHandler : public UBrownConradyUDLensDistortionModelHandler
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → ULensDistortionModelHandlerBase → UBrownConradyUDLensDistortionModelHandler → UBrownConradyDULensDistortionModelHandler