unreal.DetectedFeatureRegion

class unreal.DetectedFeatureRegion(confidence=0.0, points=[])

Bases: unreal.DetectedFeature

Area of the image that the computer vision task detected as being of a particular type

C++ Source:

  • Plugin: AppleVision

  • Module: AppleVision

  • File: AppleVisionTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

  • confidence (float): [Read-Write] How confident the ML was in determining this feature and its type

  • points (Array(Vector2D)): [Read-Write] The set of points that encompass the detected feature area

property points

[Read-Only] The set of points that encompass the detected feature area

Type

(Array(Vector2D))