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

#include <sfe_palm.h>

Data Fields

float hand_position
 
float hand_orientation
 
float quality
 Range <0, 1>. The recommended threshold for further palm processing is 0.6.
 

Detailed Description

Examples
example_palm_attributes.cpp.

Definition at line 49 of file sfe_palm.h.

Field Documentation

◆ hand_orientation

float SFEPalmAttributes::hand_orientation

Range <0, 1>. If it is nearer to 0 - it is palmar side of the hand, if it is near to 1 it is dorsal side of the hand. You can set threshold to 0.5.

Examples
example_palm_attributes.cpp.

Definition at line 56 of file sfe_palm.h.

◆ hand_position

float SFEPalmAttributes::hand_position

Range <0, 1>. If it is nearer to 0 - it is left hand, if it is near to 1 it is right hand. You can set threshold to 0.5.

Examples
example_palm_attributes.cpp.

Definition at line 52 of file sfe_palm.h.

◆ quality

float SFEPalmAttributes::quality

Range <0, 1>. The recommended threshold for further palm processing is 0.6.

Examples
example_palm_attributes.cpp.

Definition at line 58 of file sfe_palm.h.


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