Face Engine SDK  5.8.0
A face detection, recognition and tracking engine.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
fsdk::EyesEstimation::EyeAttributes Struct Reference

Eyes attribute structure. More...

#include <IEyeEstimator.h>

Public Types

enum  State : uint8_t { State::Closed, State::Open, State::Occluded }
 Enumeration of possible eye states. More...
 
using IrisLandmarks = Landmarks< irisLandmarksCount >
 alias for More...
 
using EyelidLandmarks = Landmarks< eyelidLandmarksCount >
 alias for 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 Typedef Documentation

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: