![]() |
SmartFace Embedded Toolkit
4.2.1
|
Face landmarks struct. More...
#include <sfe_face.h>
Data Fields | |
| SFEFaceLandmarkType | landmark_type |
| Type of the landmark detected on the face. | |
| float | confidence |
| Confidence of the landmark detected on the face - range <0,1> | |
| float | x |
| X coordinate of the landmark relative to source image - range <0,1> | |
| float | y |
| Y coordinate of the landmark relative to source image - range <0,1> | |
Face landmarks struct.
Definition at line 47 of file sfe_face.h.
| float SFEFaceLandmarks::confidence |
Confidence of the landmark detected on the face - range <0,1>
Definition at line 51 of file sfe_face.h.
| SFEFaceLandmarkType SFEFaceLandmarks::landmark_type |
Type of the landmark detected on the face.
Definition at line 49 of file sfe_face.h.
| float SFEFaceLandmarks::x |
X coordinate of the landmark relative to source image - range <0,1>
Definition at line 53 of file sfe_face.h.
| float SFEFaceLandmarks::y |
Y coordinate of the landmark relative to source image - range <0,1>
Definition at line 55 of file sfe_face.h.