 |
Face Engine SDK
5.21.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
57 float qualityThreshold = -1.f)
const noexcept = 0;
78 float qualityThreshold = -1.f,
Span. @detail Not owning data view. It incapsulated pointer to the continuous array with one or more ...
Definition: Span.h:14
Liveness OneShotRGB estimation structure.
Definition: ILivenessOneShotRGBEstimator.h:24
FSDKError
Common SDK error codes.
Definition: FSDKError.h:17
@ Fake
The person on image is fake (photo, printed image)
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro.
Definition: Def.h:56
virtual Result< FSDKError > estimate(const Image &image, const Detection &detection, const Landmarks5 &landmarks5, LivenessOneShotRGBEstimation &estimation, float qualityThreshold=-1.f) const noexcept=0
OneShot RGB Liveness estimation.
@ Unknown
The liveness status of person on image is Unknown.
SDK namespace.
Definition: IAGSEstimator.h:8
float qualityScore
Liveness quality score.
Definition: ILivenessOneShotRGBEstimator.h:33
State state
Liveness status.
Definition: ILivenessOneShotRGBEstimator.h:32
@ Alive
The person on image is real.
Face landmarks template structure.
Definition: Landmarks.h:23
State
Definition: ILivenessOneShotRGBEstimator.h:25
virtual Result< FSDKError > validate(Span< const Image > images, Span< const Detection > detections, Span< const Landmarks5 > landmarks5, Span< Result< FSDKError >> errors) const noexcept=0
Validate input of multiple frames in a single function call.
Detection structure. @detail Stores a detected bounding box within a source image rect.
Definition: Detection.h:10
A structure that encapsulates an action result enumeration.
Definition: Result.h:27
virtual Result< FSDKError > estimate(Span< const Image > images, Span< const Detection > detections, Span< const Landmarks5 > landmarks5, Span< LivenessOneShotRGBEstimation > estimations, float qualityThreshold=-1.f, LivenessOneShotRGBEstimation *aggregation=nullptr) const noexcept=0
OneShot RGB Liveness estimation.
OneShot RGB Liveness estimator interface.
Definition: ILivenessOneShotRGBEstimator.h:40
Image.
Definition: Image.h:38
Base strong reference counted object interface.
Definition: IRefCounted.h:37
float score
Estimation score.
Definition: ILivenessOneShotRGBEstimator.h:31