Face Engine SDK  5.8.0
A face detection, recognition and tracking engine.
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
fsdk::HumanLandmark Struct Reference

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.
 

Detailed Description

Human keypoints landmark structure.

Member Data Documentation

fsdk::Point2f fsdk::HumanLandmark::point { 0.0f, 0.0f }

Point coordinates.

Note
If visible is not true, this field will contain invalid values.

The documentation for this struct was generated from the following file: