Mech-DLK SDK (C++) 3.0.0
Mech-DLK SDK (C++) Reference Documentation
 
Loading...
Searching...
No Matches
mmind::dl::MMindResult Struct Reference

Represents the generic result data structure for algorithm modules. More...

#include <MMindInferEngine.h>

Public Attributes

std::vector< MRotatedBboxbboxes
 
std::vector< MContourcontours
 

Detailed Description

Represents the generic result data structure for algorithm modules.

This structure encapsulates outputs from different types of algorithm modules, providing a unified representation for various algorithm types. The fields populated depend on the algorithm type:

Note
Result Population Rules:
  • Defect segmentation/unsupervised segmentation and Text detection algorithms: Only contours field is populated
  • Instance segmentation algorithms: Both bboxes and contours fields are populated
  • Other algorithm types: Only bboxes field is populated
  • Text recognition algorithms: Text results are stored in MRotatedBbox's extraInfo field
See also
MRotatedBbox Rotated bounding box containing position, angle, class, confidence, etc.
MContour Contour information consisting of point sequences and blob value of each contour

Definition at line 64 of file MMindInferEngine.h.

Member Data Documentation

◆ bboxes

std::vector<MRotatedBbox> mmind::dl::MMindResult::bboxes

Definition at line 66 of file MMindInferEngine.h.

◆ contours

std::vector<MContour> mmind::dl::MMindResult::contours

Definition at line 67 of file MMindInferEngine.h.


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