![]() |
SmartFace Embedded Toolkit
4.2.1
|
Palm keypoint struct. More...
#include <sfe_core_detection.h>
Data Fields | |
| float | x |
| X coordinate of the keypoint relative to source image - range <0,1> | |
| float | y |
| Y coordinate of the keypoint relative to source image - range <0,1> | |
| float | confidence |
| Confidence of the keypoint - range <0,1> | |
Palm keypoint struct.
Definition at line 99 of file sfe_core_detection.h.
| float SFEPalmKeypoint::confidence |
Confidence of the keypoint - range <0,1>
Definition at line 105 of file sfe_core_detection.h.
| float SFEPalmKeypoint::x |
X coordinate of the keypoint relative to source image - range <0,1>
Definition at line 101 of file sfe_core_detection.h.
| float SFEPalmKeypoint::y |
Y coordinate of the keypoint relative to source image - range <0,1>
Definition at line 103 of file sfe_core_detection.h.