![]() |
SmartFace Embedded Toolkit
4.2.1
|
Palm detection data struct (type-specific fields only) More...
#include <sfe_core_detection.h>
Data Fields | |
| bool | has_landmarks |
| When true, landmarks is valid; when false, do not read landmarks. | |
| SFEPalmLandmarks | landmarks |
| Palm landmarks; only meaningful when has_landmarks is true. | |
Palm detection data struct (type-specific fields only)
Definition at line 138 of file sfe_core_detection.h.
| bool SFEPalmDetectionData::has_landmarks |
When true, landmarks is valid; when false, do not read landmarks.
Definition at line 140 of file sfe_core_detection.h.
| SFEPalmLandmarks SFEPalmDetectionData::landmarks |
Palm landmarks; only meaningful when has_landmarks is true.
Definition at line 142 of file sfe_core_detection.h.