 |
Face Engine SDK
5.9.1
A face detection, recognition and tracking engine.
|
13 #include "IFaceLandmarksBatch.h"
15 #include <fsdk/vlc/future.h>
19 #ifndef DOXYGEN_SHOULD_SKIP_THIS
Span. @detail Not owning data view. It incapsulated pointer to the continuous array with one or more ...
Definition: Span.h:15
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro.
Definition: Def.h:59
Object system types and interfaces.
virtual Result< FSDKError > validate(Span< const Image > images, Span< Span< const Detection >> detections, Span< Span< Result< FSDKError >>> errors) const noexcept=0
Validates input of multiple frames in a single function call.
virtual ResultValue< FSDKError, Ref< IFaceLandmarksBatch > > detectLandmarks5(Span< const Image > images, Span< Span< const Detection >> detections) const noexcept=0
Detects landmarks5 on multiple images.
SDK namespace.
Definition: IAGSEstimator.h:8
virtual Result< FSDKError > detectLandmarks68(const Image &image, Span< const Detection > detections, Span< Landmarks68 > landmarks) const noexcept=0
Detects landmarks68 in a photo.
virtual ResultValue< FSDKError, Ref< IFaceLandmarksBatch > > detectLandmarks68(Span< const Image > images, Span< Span< const Detection >> detections) const noexcept=0
Detects landmarks68 on multiple images.
virtual Result< FSDKError > validate(const Image &images, Span< const Detection > detections, Span< Result< FSDKError >> errors) const noexcept=0
Validates input of frame and detections in a single function call.
Common data types and structures.
A structure that encapsulates an action result enumeration.
Definition: Result.h:30
Definition: IFaceLandmarksDetector.h:23
Image.
Definition: Image.h:38
virtual Result< FSDKError > detectLandmarks5(const Image &image, Span< const Detection > detections, Span< Landmarks5 > landmarks) const noexcept=0
Detects landmarks5 in a photo.
Base strong reference counted object interface.
Definition: IRefCounted.h:36
Addon for Result to output some value aside the result. Specialization for copiable types.
Definition: ResultValue.h:25