|
Mech-DLK SDK C++ API 2.1.1
C++ API reference documentation for secondary development with Mech-DLK
|
Defines the information on the mask contour and the label names of the mask contours. More...
#include <MMIndResult.h>
Public Attributes | |
| size_t | contourNum = 0 |
| The number of contours. | |
| std::vector< std::string > | labelNames |
| The label names of contours. | |
| std::vector< std::vector< MMindPoint > > | contourPoints |
| Contour points. | |
Defines the information on the mask contour and the label names of the mask contours.
| size_t mmind::dl::MMindContourWithLabel::contourNum = 0 |
The number of contours.
| std::vector<std::vector<MMindPoint> > mmind::dl::MMindContourWithLabel::contourPoints |
Contour points.
| std::vector<std::string> mmind::dl::MMindContourWithLabel::labelNames |
The label names of contours.