3DiVi Face SDK  3.21.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Groups
pbio::FaceAttributesEstimator::Attribute Struct Reference

The result of determining the presence of the required attribute on the face. More...

#include <FaceAttributesEstimator.h>

Public Types

enum  MaskAttribute { NOT_COMPUTED = 0, NO_MASK = 1, HAS_MASK = 2 }
 Detailed description for attribute - medical mask .
 

Public Member Functions

 Attribute ()
 Estimated left or right eye state and probability of eye opening.
 

Public Attributes

bool verdict
 Verdict.
 
float score
 Probability of a required attribute.
 
enum
pbio::FaceAttributesEstimator::Attribute::MaskAttribute 
mask_attribute
 
EyeStateScore left_eye_state
 
EyeStateScore right_eye_state
 

Detailed Description

The result of determining the presence of the required attribute on the face.