Face Engine SDK 5.25.0
A face detection, recognition and tracking engine.
Loading...
Searching...
No Matches
fsdk::EyesEstimation::EyeAttributes Struct Reference

Eyes attribute structure. More...

#include <IEyeEstimator.h>

Public Types

enum class  State : uint8_t { Closed , Open , Occluded }
 Enumeration of possible eye states. More...
 
using IrisLandmarks = Landmarks<irisLandmarksCount>
 alias for
 
using EyelidLandmarks = Landmarks<eyelidLandmarksCount>
 alias for
 

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

◆ EyelidLandmarks

◆ IrisLandmarks

Member Enumeration Documentation

◆ State

enum class fsdk::EyesEstimation::EyeAttributes::State : uint8_t
strong

Enumeration of possible eye states.

Enumerator
Closed 

Eye is closed.

Open 

Eye is open.

Occluded 

Eye is concealed, or landmark passed to estimator doesn't point to an eye.


The documentation for this struct was generated from the following file: