IDLive Face new C++ API 1.46.0
|
Attributes of the detected face. More...
#include <idliveface/base_types.h>
Public Attributes | |
BoundingBox | box |
The bounding box around the face. | |
Landmarks | landmarks |
The facial landmark points. | |
HeadPose | head_pose |
The roll, pitch and yaw rotation angles of the head. | |
int32_t | orientation = 0 |
The orientation of the face, in degrees. | |
int32_t | pupillary_distance = 0 |
The distance between the centers of pupils, in pixels. | |
float | occlusion = 0 |
The probability that the face is occluded (for example with medical mask), from 0 (not occluded) to 1 (occluded). | |
float | eyes_closed = 0 |
The probability that the eyes are closed, from 0 (open) to 1 (closed). | |
Attributes of the detected face.
int32_t idliveface::FaceAttributes::orientation = 0 |
The orientation of the face, in degrees.
It's a roll angle rounded to a nearest multiply of 90. Can be -90, 0, 90 or 180.