![]() |
SmartFace Embedded Toolkit
4.2.1
|
Iris keypoint struct. More...
#include <sfe_core_detection.h>
Data Fields | |
| SFEIrisKeypointType | keypoint_type |
| Type of the keypoint. | |
| float | confidence |
| Confidence of the keypoint - range <0,1> | |
| 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> | |
Iris keypoint struct.
Definition at line 74 of file sfe_core_detection.h.
| float SFEIrisKeypoint::confidence |
Confidence of the keypoint - range <0,1>
Definition at line 78 of file sfe_core_detection.h.
| SFEIrisKeypointType SFEIrisKeypoint::keypoint_type |
Type of the keypoint.
Definition at line 76 of file sfe_core_detection.h.
| float SFEIrisKeypoint::x |
X coordinate of the keypoint relative to source image - range <0,1>
Definition at line 80 of file sfe_core_detection.h.
| float SFEIrisKeypoint::y |
Y coordinate of the keypoint relative to source image - range <0,1>
Definition at line 82 of file sfe_core_detection.h.