Mech-DLK SDK C++ API 2.0.2
C++ API reference documentation for secondary development with Mech-DLK
All Classes Namespaces Files Functions Variables Enumerations Enumerator Macros Pages
Public Attributes | List of all members
mmind::dl::MMindBbox Struct Reference

Defines the information on the bounding box. More...

#include <MMIndResult.h>

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

Defines the information on the bounding box.

Member Data Documentation

◆ confidence

float mmind::dl::MMindBbox::confidence

Confidence of the bounding box.

◆ label

int mmind::dl::MMindBbox::label

Label of the bounding box.

◆ lowerRightX

float mmind::dl::MMindBbox::lowerRightX

X-coordinate of the lower-right corner.

◆ lowerRightY

float mmind::dl::MMindBbox::lowerRightY

Y-coordinate of the lower-right corner.

◆ upperLeftX

float mmind::dl::MMindBbox::upperLeftX

X-coordinate of the upper-left corner.

◆ upperLeftY

float mmind::dl::MMindBbox::upperLeftY

Y-coordinate of the upper-left corner.


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