3DiVi Face SDK  3.21.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Groups
VDT.FaceRecognition.SDK.FaceAttributesEstimator.EyeStateScore Class Reference

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

Public Types

enum  EyeState { NOT_COMPUTED = 0, CLOSED = 1, OPENED = 2 }
 

Public Attributes

EyeState eye_state
 Estimated eye state.
 
float score = -1
 Probability of eye opening.
 

Detailed Description

Estimated eye state and probability of eye opening.