![]()  | 
  
    Face Engine SDK
    5.17.0
    
   A face detection, recognition and tracking engine. 
   | 
 
EyeBrow estimation structure. More...
#include <IEyeBrowEstimator.h>
Public Types | |
| enum | EyeBrowState { Neutral = 0, Raised, Squinting, Frowning } | 
| EyeBrow estimator output enum. This enum contains all possible estimation results.  | |
Public Attributes | |
| float | neutralScore | 
| 0(not neutral)..1(neutral).  | |
| float | raisedScore | 
| 0(not raised)..1(raised).  | |
| float | squintingScore | 
| 0(not squinting)..1(squinting).  | |
| float | frowningScore | 
| 0(not frowning)..1(frowning).  | |
| EyeBrowState | eyeBrowState | 
| EyeBrow state.  | |
EyeBrow estimation structure.