Mech-DLK SDK C# API 2.1.1
C# API reference documentation for secondary development with Mech-DLK
Loading...
Searching...
No Matches
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 LabelIndex
 Label index of the bounding box.
 
char * labelName
 Label Name 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.

◆ LabelIndex

int MMind.DL.Bbox.LabelIndex

Label index of the bounding box.

◆ labelName

char* MMind.DL.Bbox.labelName

Label Name 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: