![]() |
Face Engine SDK
5.17.0
A face detection, recognition and tracking engine.
|
Eyes attribute structure. More...
#include <IEyeEstimator.h>
Public Types | |
enum | State { Closed, Open, Occluded } |
Enumeration of possible eye states. More... | |
Public Attributes | |
State | state |
State of an eye. | |
IrisLandmarks | iris |
Iris landmarks. | |
EyelidLandmarks | eyelid |
Eyelid landmarks. | |
Static Public Attributes | |
static constexpr uint64_t | irisLandmarksCount = 32 |
Iris landmarks amount. | |
static constexpr uint64_t | eyelidLandmarksCount = 6 |
Eyelid landmarks amount. |
Eyes attribute structure.