SmartFace Embedded Toolkit  4.2.1
Loading...
Searching...
No Matches
SFEPalmDetectionData Struct Reference

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.
 

Detailed Description

Palm detection data struct (type-specific fields only)

Definition at line 138 of file sfe_core_detection.h.

Field Documentation

◆ has_landmarks

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.

◆ landmarks

SFEPalmLandmarks SFEPalmDetectionData::landmarks

Palm landmarks; only meaningful when has_landmarks is true.

Definition at line 142 of file sfe_core_detection.h.


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