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