![]() |
SmartFace Embedded Toolkit
4.2.1
|
Visual code 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> | |
Visual code keypoint struct.
Definition at line 273 of file sfe_core_detection.h.
| float SFEVisualCodeKeypoint::x |
X coordinate of the keypoint relative to source image - range <0,1>
Definition at line 275 of file sfe_core_detection.h.
| float SFEVisualCodeKeypoint::y |
Y coordinate of the keypoint relative to source image - range <0,1>
Definition at line 277 of file sfe_core_detection.h.