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::HeadPoseEstimation Struct Reference

Head pose estimation output. More...

#include <IHeadPoseEstimator.h>

Public Types

enum  FrontalFaceType { Non = 0, Good, ISO }
 

Public Member Functions

FrontalFaceType getFrontalFaceType () const
 Returns type of face frontality.
 

Public Attributes

float pitch
 Pitch angle estimation.
 
float yaw
 Yaw angle estimation.
 
float roll
 Roll angle estimation.
 

Detailed Description

Head pose estimation output.

These values are produced by IHeadPoseEstimator object. Each angle is measured in degrees and in [-180, 180] range.

Member Enumeration Documentation

Enumerator
Non 

Non-frontal face.

Good 

Good for recognition; Doesn't descrease recall and looks fine.

ISO 

GOST/ISO angles.


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