![]() |
SmartFace Embedded Toolkit
4.2.1
|
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> | |
Bounding box.
Definition at line 18 of file sfe_core_detection.h.
| float SFEBoundingBox::height |
Height of the bounding box relative to source image size - range <0,1>
Definition at line 30 of file sfe_core_detection.h.
| float SFEBoundingBox::width |
Width of the bounding box relative to source image size - range <0,1>
Definition at line 27 of file sfe_core_detection.h.
| float SFEBoundingBox::x |
X coordinate of the top left corner of the bounding box relative to source image size - range <0,1>
Definition at line 21 of file sfe_core_detection.h.
| float SFEBoundingBox::y |
Y coordinate of the top left corner of the bounding box relative to source image size - range <0,1>
Definition at line 24 of file sfe_core_detection.h.