![]() |
SmartFace Embedded Toolkit
4.2.1
|
#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. | |
Definition at line 49 of file sfe_palm.h.
| 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.
Definition at line 56 of file sfe_palm.h.
| 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.
Definition at line 52 of file sfe_palm.h.
| float SFEPalmAttributes::quality |
Range <0, 1>. The recommended threshold for further palm processing is 0.6.
Definition at line 58 of file sfe_palm.h.