unreal.LensDistortionState¶
- class unreal.LensDistortionState(distortion_info=[[]], focal_length_info=[], image_center=[])¶
Bases:
unreal.StructBaseLens 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¶
[Read-Write] Generic array of distortion parameters
- Type
- property focal_length_info¶
[Read-Write] Normalized focal fength in both dimensions
- Type
- property image_center¶
[Read-Write] Normalized center of the image, in the range [0.0f, 1.0f]
- Type