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

Face landmarks struct. More...

#include <sfe_face.h>

Data Fields

SFEFaceLandmarkType landmark_type
 Type of the landmark detected on the face.
 
float confidence
 Confidence of the landmark detected on the face - range <0,1>
 
float x
 X coordinate of the landmark relative to source image - range <0,1>
 
float y
 Y coordinate of the landmark relative to source image - range <0,1>
 

Detailed Description

Face landmarks struct.

Definition at line 47 of file sfe_face.h.

Field Documentation

◆ confidence

float SFEFaceLandmarks::confidence

Confidence of the landmark detected on the face - range <0,1>

Definition at line 51 of file sfe_face.h.

◆ landmark_type

SFEFaceLandmarkType SFEFaceLandmarks::landmark_type

Type of the landmark detected on the face.

Definition at line 49 of file sfe_face.h.

◆ x

float SFEFaceLandmarks::x

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

Definition at line 53 of file sfe_face.h.

◆ y

float SFEFaceLandmarks::y

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

Definition at line 55 of file sfe_face.h.


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