Represents the generic result data structure for algorithm modules. More...
#include <MMindInferEngine.h>
Public Attributes | |
| std::vector< MRotatedBbox > | bboxes |
| std::vector< MContour > | contours |
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:
Definition at line 64 of file MMindInferEngine.h.
| std::vector<MRotatedBbox> mmind::dl::MMindResult::bboxes |
Definition at line 66 of file MMindInferEngine.h.
| std::vector<MContour> mmind::dl::MMindResult::contours |
Definition at line 67 of file MMindInferEngine.h.