7 #include <fsdk/Optional.h> 
   12 #ifndef DOXYGEN_SHOULD_SKIP_THIS 
virtual Result< FSDKError > validate(Span< const Image > warps, Span< Result< FSDKError >> errors) const noexcept=0
Validate input of multiple frames in a single function call. 
no medical mask on the face 
mask is not on the right place 
#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. 
medical mask is on the face 
MedicalMaskExtended
MedicalMask estimator output enum. This enum contains all possible extended estimation results...
Definition: IMedicalMaskEstimator.h:30
Object system types and interfaces. 
float occludedFaceScore
face is occluded by something score 
Definition: IMedicalMaskEstimator.h:63
float noMaskScore
no medical mask on the face score 
Definition: IMedicalMaskEstimator.h:47
MedicalMask result
estimation result ( 
Definition: IMedicalMaskEstimator.h:44
Base strong reference counted object interface. 
Definition: IRefCounted.h:36
float noMaskScore
no medical mask on the face score 
Definition: IMedicalMaskEstimator.h:61
float occludedFaceScore
face is occluded by something score 
Definition: IMedicalMaskEstimator.h:48
MedicalMask estimator interface. 
Definition: IMedicalMaskEstimator.h:70
float maskScore
medical mask is on the face score 
Definition: IMedicalMaskEstimator.h:60
MedicalMask estimator output structure. This structure contains the result of estimation (...
Definition: IMedicalMaskEstimator.h:57
float maskNotInPlace
mask is not on the right place 
Definition: IMedicalMaskEstimator.h:62
Image. 
Definition: Image.h:37
MedicalMask estimator output structure. This structure contains the result of estimation (...
Definition: IMedicalMaskEstimator.h:43
virtual Result< FSDKError > estimate(const Image &warp, MedicalMaskEstimation &estimation) const noexcept=0
Estimate MedicalMask probabilities. 
MedicalMask
MedicalMask estimator output enum. This enum contains all possible estimation results. 
Definition: IMedicalMaskEstimator.h:20
float maskScore
medical mask is on the face score 
Definition: IMedicalMaskEstimator.h:46
MedicalMaskExtended result
estimation result ( 
Definition: IMedicalMaskEstimator.h:58
Detection structure.  Stores a detected bounding box within a source image rect. 
Definition: Detection.h:10
face is occluded by something 
Span.  Not owning data view. It incapsulated pointer to the continuous array with one or more T objec...
Definition: Span.h:14