 |
Face Engine SDK
4.7.0
A face detection, recognition and tracking engine.
|
3 #include <fsdk/IObject.h>
4 #include <fsdk/FSDKError.h>
5 #include <fsdk/Optional.h>
6 #include <fsdk/Types.h>
10 #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:14
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro.
Definition: Def.h:59
SDK namespace.
Definition: IAGSEstimator.h:8
virtual ResultValue< FSDKError, float > estimate(const fsdk::Image &image, const fsdk::Detection &detection) const noexcept=0
Estimate the ags.
Approximate Garbage Score estimator interface.
Definition: IAGSEstimator.h:18
Image.
Definition: Image.h:38
virtual Result< FSDKError > estimate(const fsdk::Span< const fsdk::Image > images, const fsdk::Span< const fsdk::Detection > detections, fsdk::Span< float > out) const noexcept=0
Estimate ags of multiple frames in a single estimate function call.
Base strong reference counted object interface.
Definition: IRefCounted.h:36
Face detection. @detail Stores a detected face bounding box within a source image frame as well as de...
Definition: Detection.h:10
Addon for Result to output some value aside the result. Specialization for copiable types.
Definition: ResultValue.h:21