|
Mech-DLK SDK C++ API 2.1.0
C++ API reference documentation for secondary development with Mech-DLK
|
Defines the information on the bounding box. More...
#include <MMIndResult.h>
Public Attributes | |
| 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. | |
Defines the information on the bounding box.
| float mmind::dl::MMindBbox::confidence |
Confidence of the bounding box.
| int mmind::dl::MMindBbox::label |
Label of the bounding box.
| float mmind::dl::MMindBbox::lowerRightX |
X-coordinate of the lower-right corner.
| float mmind::dl::MMindBbox::lowerRightY |
Y-coordinate of the lower-right corner.
| float mmind::dl::MMindBbox::upperLeftX |
X-coordinate of the upper-left corner.
| float mmind::dl::MMindBbox::upperLeftY |
Y-coordinate of the upper-left corner.