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

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>
 

Detailed Description

Iris keypoint struct.

Definition at line 74 of file sfe_core_detection.h.

Field Documentation

◆ confidence

float SFEIrisKeypoint::confidence

Confidence of the keypoint - range <0,1>

Definition at line 78 of file sfe_core_detection.h.

◆ keypoint_type

SFEIrisKeypointType SFEIrisKeypoint::keypoint_type

Type of the keypoint.

Definition at line 76 of file sfe_core_detection.h.

◆ x

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.

◆ y

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.


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