#include <vector>#include <string>#include "common/macro.h"#include "common/status.h"#include "common/type.h"#include "common/MBbox.h"#include "common/MContour.h"#include "MMindImage.h"Go to the source code of this file.
Classes | |
| struct | mmind::dl::MMindResult |
| Represents the generic result data structure for algorithm modules. More... | |
| class | mmind::dl::MMindInferEngine |
| Defines the inference engine for Mech-DLK model packages. More... | |
Namespaces | |
| namespace | mmind |
| namespace | mmind::dl |
Functions | |
| MBlobValue | mmind::dl::blobValueFromContour (const MContour &contour) |
| Computes region feature values (area, width, height, aspect ratio, etc.) for a contour. | |