Face Engine SDK
5.14.0
A face detection, recognition and tracking engine.
|
Human keypoints landmark structure. More...
#include <HumanLandmarks.h>
Public Member Functions | |
HumanLandmark (float s, const fsdk::Point2f &p) | |
Public Attributes | |
float | score { 0.0f } |
Point score. Do not use it untill you really need it. | |
fsdk::Point2f | point { 0.0f, 0.0f } |
bool | visible = false |
true if the current point is visible and point member contains valid coordinates. | |
Human keypoints landmark structure.
fsdk::Point2f fsdk::HumanLandmark::point { 0.0f, 0.0f } |
Point coordinates.