Mech-DLK SDK C# API 2.1.0
C# API reference documentation for secondary development with Mech-DLK
All Classes Namespaces Files Functions Variables Enumerations Enumerator Pages
Public Attributes | List of all members
MMind.DL.Bbox Struct Reference

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.
 

Detailed Description

This struct defines the information on the bounding box.

Member Data Documentation

◆ Confidence

float MMind.DL.Bbox.Confidence

Confidence of the bounding box.

◆ Label

int MMind.DL.Bbox.Label

Label of the bounding box.

◆ LowerRightX

float MMind.DL.Bbox.LowerRightX

X-coordinate of the lower-right corner.

◆ LowerRightY

float MMind.DL.Bbox.LowerRightY

Y-coordinate of the lower-right corner.

◆ UpperLeftX

float MMind.DL.Bbox.UpperLeftX

X-coordinate of the upper-left corner.


◆ UpperLeftY

float MMind.DL.Bbox.UpperLeftY

Y-coordinate of the upper-left corner.


The documentation for this struct was generated from the following file: