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

Estimated eye state and probability of eye opening. More...

#include <FaceAttributesEstimator.h>

Public Types

enum  EyeState { NOT_COMPUTED = 0, CLOSED = 1, OPENED = 2 }
 Estimated eye state.
 

Public Attributes

enum
pbio::FaceAttributesEstimator::EyeStateScore::EyeState 
eye_state
 
float score
 Probability of eye opening.
 

Detailed Description

Estimated eye state and probability of eye opening.