Face Engine SDK  4.6.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 { FrontalFace0 = 0, FrontalFace1, FrontalFace2 }
 

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
FrontalFace0 

Non-frontal face.

FrontalFace1 

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

FrontalFace2 

GOST/ISO angles.


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