unreal.DetectedFeature2D

class unreal.DetectedFeature2D(confidence=0.0, bounding_box=[[0.0, 0.0], [0.0, 0.0]])

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)

  • bounding_box (Box2D): [Read-Write] The bounding box of the detected feature in the image

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

property bounding_box

[Read-Only] The bounding box of the detected feature in the image

Type

(Box2D)