![]() |
SmartFace Embedded Toolkit
4.2.1
|
Oriented bounding box. More...
#include <sfe_core_detection.h>
Data Fields | |
| float | center_x |
| X coordinate of the center of the bounding box relative to source image size - range <0,1> | |
| float | center_y |
| Y coordinate of the center 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> | |
| float | angle |
| Angle of the bounding box in radians. | |
Oriented bounding box.
Definition at line 34 of file sfe_core_detection.h.
| float SFEOrientedBoundingBox::angle |
Angle of the bounding box in radians.
Definition at line 49 of file sfe_core_detection.h.
| float SFEOrientedBoundingBox::center_x |
X coordinate of the center of the bounding box relative to source image size - range <0,1>
Definition at line 37 of file sfe_core_detection.h.
| float SFEOrientedBoundingBox::center_y |
Y coordinate of the center of the bounding box relative to source image size - range <0,1>
Definition at line 40 of file sfe_core_detection.h.
| float SFEOrientedBoundingBox::height |
Height of the bounding box relative to source image size - range <0,1>
Definition at line 46 of file sfe_core_detection.h.
| float SFEOrientedBoundingBox::width |
Width of the bounding box relative to source image size - range <0,1>
Definition at line 43 of file sfe_core_detection.h.