![]() |
SmartFace Embedded Toolkit
4.2.1
|
Iris detection data struct (type-specific fields only) More...
#include <sfe_core_detection.h>
Data Fields | |
| SFEBoundingBox | pupil_bounding_box |
| Pupil bounding box. | |
| SFEIrisKeypoint | keypoints [SFE_IRIS_KEYPOINT_COUNT] |
| Keypoints detected on the eye. | |
Iris detection data struct (type-specific fields only)
Definition at line 89 of file sfe_core_detection.h.
| SFEIrisKeypoint SFEIrisDetectionData::keypoints[SFE_IRIS_KEYPOINT_COUNT] |
Keypoints detected on the eye.
Definition at line 93 of file sfe_core_detection.h.
| SFEBoundingBox SFEIrisDetectionData::pupil_bounding_box |
Pupil bounding box.
Definition at line 91 of file sfe_core_detection.h.