5 #include <fsdk/Optional.h> 10 #ifndef DOXYGEN_SHOULD_SKIP_THIS 52 const float qualityThreshold = -1.f)
const noexcept = 0;
73 const float qualityThreshold = -1.f,
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro.
Definition: Def.h:59
SDK namespace.
Definition: IAGSEstimator.h:8
The liveness status of person on image is Unknown.
A structure that encapsulates an action result enumeration.
Definition: Result.h:29
Common data types and structures.
Face landmarks template structure.
Definition: Landmarks.h:20
The person on image is fake (photo, printed image)
The person on image is real.
Object system types and interfaces.
State
Definition: ILivenessOneShotRGBEstimator.h:20
Base strong reference counted object interface.
Definition: IRefCounted.h:36
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.
virtual Result< FSDKError > estimate(const Image &image, const Detection &detection, const Landmarks5 &landmarks5, LivenessOneShotRGBEstimation &estimation, const float qualityThreshold=-1.f) const noexcept=0
OneShot RGB Liveness estimation.
Image.
Definition: Image.h:38
Liveness OneShotRGB estimation structure.
Definition: ILivenessOneShotRGBEstimator.h:19
OneShot RGB Liveness estimator interface.
Definition: ILivenessOneShotRGBEstimator.h:35
State state
Liveness status.
Definition: ILivenessOneShotRGBEstimator.h:27
float score
Estimation score.
Definition: ILivenessOneShotRGBEstimator.h:26
Detection structure. Stores a detected bounding box within a source image rect.
Definition: Detection.h:10
float qualityScore
Liveness quality score.
Definition: ILivenessOneShotRGBEstimator.h:28
Span. Not owning data view. It incapsulated pointer to the continuous array with one or more T objec...
Definition: Span.h:14