Mech-DLK SDK C API 2.1.1
C API reference documentation for secondary development with Mech-DLK
Loading...
Searching...
No Matches
Data Fields
Bbox Struct Reference

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 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.

Field Documentation

◆ confidence

float Bbox::confidence

Confidence of the bounding box.

◆ labelIndex

int Bbox::labelIndex

Label index of the bounding box.

◆ labelName

char* Bbox::labelName

Label name of the bounding box.

◆ lowerRightX

float Bbox::lowerRightX

X-coordinate of the lower-right corner.

◆ lowerRightY

float Bbox::lowerRightY

Y-coordinate of the lower-right corner.

◆ upperLeftX

float Bbox::upperLeftX

X-coordinate of the upper-left corner.

◆ upperLeftY

float Bbox::upperLeftY

Y-coordinate of the upper-left corner.


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