Face Engine SDK  5.23.1
A face detection, recognition and tracking engine.
fsdk::HeadPoseEstimation Struct Reference

Head pose estimation output. More...

#include <IHeadPoseEstimator.h>

List of all members.

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:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines