Face Engine SDK  5.17.0
A face detection, recognition and tracking engine.
fsdk::EyesEstimation::EyeAttributes Struct Reference

Eyes attribute structure. More...

#include <IEyeEstimator.h>

List of all members.

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.

Detailed Description

Eyes attribute structure.


Member Enumeration Documentation

Enumeration of possible eye states.

Enumerator:
Closed 

Eye is closed.

Open 

Eye is open.

Occluded 

Eye is blocked by something not transparent, or landmark passed to estimator doesn't point to an eye.


The documentation for this struct was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines