unreal.LensDistortionState
¶
- class unreal.LensDistortionState(distortion_info: DistortionInfo = Ellipsis, focal_length_info: FocalLengthInfo = Ellipsis, image_center: ImageCenterInfo = Ellipsis)¶
Bases:
StructBase
Lens Distortion State
C++ Source:
Plugin: CameraCalibrationCore
Module: CameraCalibrationCore
File: LensDistortionModelHandlerBase.h
Editor Properties: (see get_editor_property/set_editor_property)
distortion_info
(DistortionInfo): [Read-Write] Generic array of distortion parametersfocal_length_info
(FocalLengthInfo): [Read-Write] Normalized focal fength in both dimensionsimage_center
(ImageCenterInfo): [Read-Write] Normalized center of the image, in the range [0.0f, 1.0f]
- property distortion_info: DistortionInfo¶
[Read-Write] Generic array of distortion parameters
- Type:
- property focal_length_info: FocalLengthInfo¶
[Read-Write] Normalized focal fength in both dimensions
- Type:
- property image_center: ImageCenterInfo¶
[Read-Write] Normalized center of the image, in the range [0.0f, 1.0f]
- Type: