|
IDLive Face C++ API 1.50.4
|
Structure for storing facial parameters. More...
#include <facesdk/DetectorEngine.h>
Public Member Functions | |
| FaceParameters (const Keypoints &keypoints, const BoundingBox &bounding_box, const HeadPose &head_pose, float interpupillary_distance, float occlusion_probability, float closed_eyes_probability) | |
Public Attributes | |
| Keypoints | keypoints |
| BoundingBox | bounding_box |
| HeadPose | head_pose |
| float | interpupillary_distance = 0 |
| float | occlusion_probability = 0 |
| float | closed_eyes_probability = 0 |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const FaceParameters ¶ms) |
| override operator<< | |
Structure for storing facial parameters.
|
friend |
override operator<<
| os | stream object reference |
| params | FaceParameters instance |
| BoundingBox facesdk::FaceParameters::bounding_box |
Facial bounding box
| float facesdk::FaceParameters::closed_eyes_probability = 0 |
Closed eyes probability from 0 to 1
| HeadPose facesdk::FaceParameters::head_pose |
Facial head pose (yaw, pitch, roll)
| float facesdk::FaceParameters::interpupillary_distance = 0 |
Distance between pupils
| Keypoints facesdk::FaceParameters::keypoints |
Facial keypoints
| float facesdk::FaceParameters::occlusion_probability = 0 |
Face occlusion probability from 0 to 1