unreal.LensDistortionState

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

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] Distortion Info: Generic array of distortion parameters

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

  • image_center (ImageCenterInfo): [Read-Write] Image Center: Normalized center of the image, in the range [0.0f, 1.0f]

property distortion_info

[Read-Write] Distortion Info: Generic array of distortion parameters

Type

(DistortionInfo)

property focal_length_info

[Read-Write] Focal Length Info: Normalized focal fength in both dimensions

Type

(FocalLengthInfo)

property image_center

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

Type

(ImageCenterInfo)