Navigation
Unreal Engine C++ API Reference > Plugins > AppleVision
Inheritance Hierarchy
- FDetectedFeature
- FDetectedFeatureRegion
- FDetectedFace
- FDetectedFaceFeatureRegion
References
Module | AppleVision |
Header | /Engine/Plugins/Experimental/AppleVision/Source/AppleVision/Public/AppleVisionTypes.h |
Include | #include "AppleVisionTypes.h" |
Syntax
USTRUCT&40;BlueprintType&41;
struct FDetectedFeatureRegion : public FDetectedFeature
Remarks
Area of the image that the computer vision task detected as being of a particular type
Variables
Type | Name | Description | |
---|---|---|---|
![]() ![]() ![]() ![]() |
TArray< FVector2D > | Points | The set of points that encompass the detected feature area |