![]() |
SmartFace Embedded Toolkit
4.2.1
|
Palm landmarks (keypoints, hand position, orientation, confidence) More...
#include <sfe_core_detection.h>
Data Fields | |
| SFEPalmKeypoint | keypoints [SFE_PALM_KEYPOINT_COUNT] |
| Palm keypoints. | |
| SFEHandPosition | hand_position |
| Detected hand position. | |
| SFEHandOrientation | hand_orientation |
| Detected palm orientation. | |
| float | confidence |
| Confidence score - range <0,1> | |
Palm landmarks (keypoints, hand position, orientation, confidence)
Definition at line 126 of file sfe_core_detection.h.
| float SFEPalmLandmarks::confidence |
Confidence score - range <0,1>
Definition at line 134 of file sfe_core_detection.h.
| SFEHandOrientation SFEPalmLandmarks::hand_orientation |
Detected palm orientation.
Definition at line 132 of file sfe_core_detection.h.
| SFEHandPosition SFEPalmLandmarks::hand_position |
Detected hand position.
Definition at line 130 of file sfe_core_detection.h.
| SFEPalmKeypoint SFEPalmLandmarks::keypoints[SFE_PALM_KEYPOINT_COUNT] |
Palm keypoints.
Definition at line 128 of file sfe_core_detection.h.