5 #include <fsdk/Optional.h>
10 #ifndef DOXYGEN_SHOULD_SKIP_THIS
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro.
Definition: Def.h:59
A structure that encapsulates an action result enumeration.
Definition: Result.h:29
Common data types and structures.
Object system types and interfaces.
Base strong reference counted object interface.
Definition: IRefCounted.h:36
Liveness Flying Faces estimation output.
Definition: ILivenessFlyingFacesEstimator.h:20
virtual fsdk::Result< fsdk::FSDKError > estimate(const fsdk::Face &face, LivenessFlyingFacesEstimation &estimation) const noexcept=0
Helps to check if person is real or not.
bool isReal
Is real face (true) or not (false).
Definition: ILivenessFlyingFacesEstimator.h:22
Flying Faces Liveness estimator interface.
Definition: ILivenessFlyingFacesEstimator.h:29
Span. Not owning data view. It incapsulated pointer to the continuous array with one or more T objec...
Definition: Span.h:13
float score
Numerical value in range [0, 1].
Definition: ILivenessFlyingFacesEstimator.h:21