5 #include <fsdk/Optional.h>
10 #ifndef DOXYGEN_SHOULD_SKIP_THIS
32 bool isOk() const noexcept {
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro.
Definition: Def.h:56
bool isReal
boolean flag that indicates whether a person is real.
Definition: ILivenessDepthEstimator.h:42
A structure that encapsulates an action result enumeration.
Definition: Result.h:27
Common data types and structures.
Depth range configuration structure in millimeters.
Definition: ILivenessDepthEstimator.h:25
bool isOk() const noexcept
Definition: ILivenessDepthEstimator.h:32
Object system types and interfaces.
float min
Minimum distance.
Definition: ILivenessDepthEstimator.h:26
Base strong reference counted object interface.
Definition: IRefCounted.h:37
virtual Result< FSDKError > estimate(const Image &depth, DepthEstimation &out) const noexcept=0
Check whether or not depth map corresponds to the real person.
float score
confidence score in [0,1] range. "1" means absolute confidence that the person is real...
Definition: ILivenessDepthEstimator.h:41
Depth estimator interface.
Definition: ILivenessDepthEstimator.h:51
Image.
Definition: Image.h:38
Depth estimator output structure.
Definition: ILivenessDepthEstimator.h:40
float max
Maximum distance.
Definition: ILivenessDepthEstimator.h:27