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::MMindObjectAndInsResult Struct Reference

Defines the object detection and instance segmentation result. More...

#include <MMIndResult.h>

Public Attributes

std::vector< MMindBboxbboxes
 Result of the bounding box.
 
MMindContour insMask
 Contour of the segmentation result.
 

Detailed Description

Defines the object detection and instance segmentation result.

Member Data Documentation

◆ bboxes

std::vector<MMindBbox> mmind::dl::MMindObjectAndInsResult::bboxes

Result of the bounding box.

◆ insMask

MMindContour mmind::dl::MMindObjectAndInsResult::insMask

Contour of the segmentation result.


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