unreal.DetectedFaceFeature2D

class unreal.DetectedFaceFeature2D(confidence=0.0, bounding_box=[[0.0, 0.0], [0.0, 0.0]], feature_type=DetectedFaceFeatureType.UNKOWN)

Bases: unreal.DetectedFeature2D

Area of the image that the computer vision task detected as being part of a face

C++ Source:

  • Plugin: AppleVision

  • Module: AppleVision

  • File: AppleVisionTypes.h

Editor Properties: (see get_editor_property/set_editor_property)

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

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

  • feature_type (DetectedFaceFeatureType): [Read-Write] Feature Type: The type of region that was detected

property feature_type

[Read-Only] Feature Type: The type of region that was detected

Type

(DetectedFaceFeatureType)