IDLive Face C++ API 1.46.0
|
Set of yaw, pith, and roll angles (in degrees) More...
#include <facesdk/DetectorEngine.h>
Public Member Functions | |
HeadPose (float pitch, float yaw, float roll) | |
Public Attributes | |
float | pitch = 0 |
float | yaw = 0 |
float | roll = 0 |
Friends | |
std::ostream & | operator<< (std::ostream &os, const HeadPose &headpose) |
Set of yaw, pith, and roll angles (in degrees)
float facesdk::HeadPose::pitch = 0 |
Pitch angle in degrees
float facesdk::HeadPose::roll = 0 |
Roll angle in degrees
float facesdk::HeadPose::yaw = 0 |
Yaw angle in degrees