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

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>
 

Detailed Description

Palm landmarks (keypoints, hand position, orientation, confidence)

Examples
example_palm_attributes.cpp, and example_palm_identify.cpp.

Definition at line 126 of file sfe_core_detection.h.

Field Documentation

◆ confidence

float SFEPalmLandmarks::confidence

Confidence score - range <0,1>

Definition at line 134 of file sfe_core_detection.h.

◆ hand_orientation

SFEHandOrientation SFEPalmLandmarks::hand_orientation

Detected palm orientation.

Examples
example_palm_attributes.cpp.

Definition at line 132 of file sfe_core_detection.h.

◆ hand_position

SFEHandPosition SFEPalmLandmarks::hand_position

Detected hand position.

Examples
example_palm_attributes.cpp.

Definition at line 130 of file sfe_core_detection.h.

◆ keypoints

SFEPalmKeypoint SFEPalmLandmarks::keypoints[SFE_PALM_KEYPOINT_COUNT]

Palm keypoints.

Definition at line 128 of file sfe_core_detection.h.


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