unreal.LensDistortionState

class unreal.LensDistortionState(distortion_info=[[]], focal_length_info=[], image_center=[])

Bases: unreal.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 parameters

  • focal_length_info (FocalLengthInfo): [Read-Write] Normalized focal fength in both dimensions

  • image_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

(DistortionInfo)

property focal_length_info

[Read-Write] Normalized focal fength in both dimensions

Type

(FocalLengthInfo)

property image_center

[Read-Write] Normalized center of the image, in the range [0.0f, 1.0f]

Type

(ImageCenterInfo)