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

Enumerates detected landmarks. Only valid for template with 5 landmarks. More...

#include <Landmarks.h>

Public Types

enum  {
  LandmarkLeftEye = 0, LandmarkRightEye, LandmarkNose, LandmarkMouthLeftCorner,
  LandmarkMouthRightCorner, LandmarkCount
}
 

Detailed Description

Enumerates detected landmarks. Only valid for template with 5 landmarks.

Member Enumeration Documentation

anonymous enum
Enumerator
LandmarkLeftEye 

Left eye center.

LandmarkRightEye 

Right eye center.

LandmarkNose 

Nose tip. Same as FL_NOSE_TIP.

LandmarkMouthLeftCorner 

Mouth left corner. Same as FL_MOUTH_LEFT_CORNER.

LandmarkMouthRightCorner 

Mouth right corner. Same as FL_MOUTH_RIGHT_CORENR.

LandmarkCount 

Not a landmark; counts number of detected landmarks.


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