7 #include <fsdk/Optional.h>
12 #ifndef DOXYGEN_SHOULD_SKIP_THIS
66 float scores[
static_cast<int>(DetailedMaskType::Count)];
213 return scores[
static_cast<int>(type)];
clear face - no mask on the face
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
correct mask on the face (mouth and nose are covered correctly)
Common data types and structures.
medical mask is on the face
face is covered with not a medical mask or a full mask
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:88
float noMaskScore
no medical mask on the face score
Definition: IMedicalMaskEstimator.h:63
MedicalMask result
estimation result (
Definition: IMedicalMaskEstimator.h:58
Base strong reference counted object interface.
Definition: IRefCounted.h:36
float noMaskScore
no medical mask on the face score
Definition: IMedicalMaskEstimator.h:86
DetailedMaskType
MedicalMask estimator output enum. This enum contains all type of DetailedMaskType results...
Definition: IMedicalMaskEstimator.h:41
float occludedFaceScore
face is occluded by something score
Definition: IMedicalMaskEstimator.h:64
float getScore(DetailedMaskType type) const
Returns score of required detailed mask type.
Definition: IMedicalMaskEstimator.h:205
MedicalMask estimator interface.
Definition: IMedicalMaskEstimator.h:95
float maskScore
medical mask is on the face score
Definition: IMedicalMaskEstimator.h:85
MedicalMask estimator output structure. This structure contains the result of estimation (...
Definition: IMedicalMaskEstimator.h:82
float maskNotInPlace
mask is not on the right place
Definition: IMedicalMaskEstimator.h:87
clear face with a mask around of a chin, mask does not cover anything in the face region (from mouth ...
Image.
Definition: Image.h:38
MedicalMask estimator output structure. This structure contains the result of estimation (...
Definition: IMedicalMaskEstimator.h:57
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:62
MedicalMaskExtended result
estimation result (
Definition: IMedicalMaskEstimator.h:83
DetailedMaskType maskType
detailed type (
Definition: IMedicalMaskEstimator.h:59
face is covered with a full mask (such as balaclava, sky mask, etc.)
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:13
float scores[static_cast< int >(DetailedMaskType::Count)]
detailed estimation scores
Definition: IMedicalMaskEstimator.h:66
Face detection. Stores a detected face bounding box within a source image frame as well as detection...
Definition: Detection.h:10