unreal.ImagePoints

class unreal.ImagePoints(points: None = [])

Bases: StructBase

An array of 2D image points associated with a single calibration image Structure is needed because Blueprints and Python do not support arrays of arrays.

C++ Source:

  • Plugin: CameraCalibration

  • Module: CameraCalibrationEditor

  • File: CameraCalibrationSolver.h

Editor Properties: (see get_editor_property/set_editor_property)

  • points (Array[Vector2D]): [Read-Write] 2D image points in an image

property points: None

[Read-Write] 2D image points in an image

Type:

(Array[Vector2D])