Navigation
Unreal Engine C++ API Reference > Plugins > AppleVision > IAppleVisionPlugin
References
Module | AppleVision |
Header | /Engine/Plugins/Experimental/AppleVision/Source/AppleVision/Public/IAppleVisionPlugin.h |
Include | #include "IAppleVisionPlugin.h" |
TSharedPtr< FAppleVisionDetectFacesAsyncTaskBase, ESPMode::ThreadSafe > DetectFaces
&40;
UTexture &42; SourceImage
&41;
Remarks
Performs a face detection computer vision task in the background the async task that is doing the conversion
Parameters
Name | Description |
---|---|
SourceImage | the image to detect faces in (NOTE: must support UAppleImageInterface) |