|
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...
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. | |
This struct defines the information on the bounding box.
| float MMind.DL.Bbox.Confidence |
Confidence of the bounding box.
| int MMind.DL.Bbox.Label |
Label of the bounding box.
| float MMind.DL.Bbox.LowerRightX |
X-coordinate of the lower-right corner.
| float MMind.DL.Bbox.LowerRightY |
Y-coordinate of the lower-right corner.
| float MMind.DL.Bbox.UpperLeftX |
X-coordinate of the upper-left corner.
| float MMind.DL.Bbox.UpperLeftY |
Y-coordinate of the upper-left corner.