Mech-DLK SDK C API 2.0.2
C API reference documentation for secondary development with Mech-DLK
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Pages
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 label
 Label 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.

◆ label

int Bbox::label

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