Face Engine SDK  5.6.0
A face detection, recognition and tracking engine.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
fsdk::MedicalMaskEstimation Struct Reference

MedicalMask estimator output structure. This structure contains the result of estimation (. More...

#include <IMedicalMaskEstimator.h>

Public Attributes

MedicalMask result
 estimation result ( More...
 
float maskScore
 medical mask is on the face score
 
float noMaskScore
 no medical mask on the face score
 
float occludedFaceScore
 face is occluded by something score
 

Detailed Description

MedicalMask estimator output structure. This structure contains the result of estimation (.

See Also
MedicalMask enum) and probability scores for each possible estimation result. Probability scores are defined in [0,1] range.

Member Data Documentation

MedicalMask fsdk::MedicalMaskEstimation::result

estimation result (

See Also
MedicalMask enum)

The documentation for this struct was generated from the following file: