5 #include <fsdk/Optional.h>
10 #ifndef DOXYGEN_SHOULD_SKIP_THIS
30 const Detection& detection)
const noexcept = 0;
43 const Detection& detection)
const noexcept = 0;
#define DECLARE_SMARTPTR(X)
Smart ptr declaration helper macro.
Definition: Def.h:59
Common data types and structures.
virtual ResultValue< FSDKError, float > estimateHeadLiveness(const Image &image, const Detection &detection) const noexcept=0
Estimate the head liveness.
Object system types and interfaces.
Base strong reference counted object interface.
Definition: IRefCounted.h:36
virtual ResultValue< FSDKError, float > estimateShouldersLiveness(const Image &image, const Detection &detection) const noexcept=0
Estimate the shoulders liveness.
Addon for Result to output some value aside the result. Specialization for copiable types...
Definition: ResultValue.h:21
Image.
Definition: Image.h:37
Head And Shoulders estimator interface.
Definition: IHeadAndShouldersLivenessEstimator.h:18
Detection structure. Stores a detected bounding box within a source image rect.
Definition: Detection.h:10