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

Bounding box. More...

#include <sfe_core_detection.h>

Data Fields

float x
 X coordinate of the top left corner of the bounding box relative to source image size - range <0,1>
 
float y
 Y coordinate of the top left corner of the bounding box relative to source image size - range <0,1>
 
float width
 Width of the bounding box relative to source image size - range <0,1>
 
float height
 Height of the bounding box relative to source image size - range <0,1>
 

Detailed Description

Bounding box.

Definition at line 18 of file sfe_core_detection.h.

Field Documentation

◆ height

float SFEBoundingBox::height

Height of the bounding box relative to source image size - range <0,1>

Examples
example_face_liveness.cpp, example_palm_attributes.cpp, and example_palm_liveness.cpp.

Definition at line 30 of file sfe_core_detection.h.

◆ width

float SFEBoundingBox::width

Width of the bounding box relative to source image size - range <0,1>

Examples
example_face_liveness.cpp, example_palm_attributes.cpp, and example_palm_liveness.cpp.

Definition at line 27 of file sfe_core_detection.h.

◆ x

float SFEBoundingBox::x

X coordinate of the top left corner of the bounding box relative to source image size - range <0,1>

Examples
example_face_liveness.cpp, example_palm_attributes.cpp, and example_palm_liveness.cpp.

Definition at line 21 of file sfe_core_detection.h.

◆ y

float SFEBoundingBox::y

Y coordinate of the top left corner of the bounding box relative to source image size - range <0,1>

Examples
example_face_liveness.cpp, example_palm_attributes.cpp, and example_palm_liveness.cpp.

Definition at line 24 of file sfe_core_detection.h.


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