|
Mech-DLK SDK C API 2.0.1
C API reference documentation for secondary development with Mech-DLK
|
This struct defines the information on the bounding box. More...
#include <dl_result.h>
Data Fields | |
| float | upperLeftX |
| X-coordinate of the upper-left corner. | |
| float | upperLeftY |
| Y-coordinate of the upper-left corner. | |
| float | lowerRightX |
| X-coordinate of the lower-right corner. | |
| float | lowerRightY |
| Y-coordinate of the lower-right corner. | |
| float | confidence |
| Confidence of the bounding box. | |
| int | label |
| Label of the bounding box. | |
This struct defines the information on the bounding box.
| float Bbox::confidence |
Confidence of the bounding box.
| int Bbox::label |
Label of the bounding box.
| float Bbox::lowerRightX |
X-coordinate of the lower-right corner.
| float Bbox::lowerRightY |
Y-coordinate of the lower-right corner.
| float Bbox::upperLeftX |
X-coordinate of the upper-left corner.
| float Bbox::upperLeftY |
Y-coordinate of the upper-left corner.