Navigation
Unreal Engine C++ API Reference > Plugins > AppleVision
Inheritance Hierarchy
- FDetectedFeature
- FDetectedFeatureRegion
- FDetectedFace
References
Module | AppleVision |
Header | /Engine/Plugins/Experimental/AppleVision/Source/AppleVision/Public/AppleVisionTypes.h |
Include | #include "AppleVisionTypes.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FDetectedFace : public FDetectedFeatureRegion
Remarks
Area of the image that the computer vision task detected as being a face
Variables
Type | Name | Description | |
---|---|---|---|
FBox2D | BoundingBox | The bounding box of the detected face | |
TArray< FDetectedFaceFeatureRegion > | FeatureRegions | The set of region features that were detected | |
TArray< FDetectedFaceFeature2D > | Features | The set of 2D features that were detected |