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

Palm keypoint struct. More...

#include <sfe_core_detection.h>

Data Fields

float x
 X coordinate of the keypoint relative to source image - range <0,1>
 
float y
 Y coordinate of the keypoint relative to source image - range <0,1>
 
float confidence
 Confidence of the keypoint - range <0,1>
 

Detailed Description

Palm keypoint struct.

Definition at line 99 of file sfe_core_detection.h.

Field Documentation

◆ confidence

float SFEPalmKeypoint::confidence

Confidence of the keypoint - range <0,1>

Definition at line 105 of file sfe_core_detection.h.

◆ x

float SFEPalmKeypoint::x

X coordinate of the keypoint relative to source image - range <0,1>

Definition at line 101 of file sfe_core_detection.h.

◆ y

float SFEPalmKeypoint::y

Y coordinate of the keypoint relative to source image - range <0,1>

Definition at line 103 of file sfe_core_detection.h.


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