unreal.DetectedFeatureRegion
¶
- class unreal.DetectedFeatureRegion(confidence: float = 0.0, points: None = [])¶
Bases:
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 typepoints
(Array[Vector2D]): [Read-Write] The set of points that encompass the detected feature area