|
Mech-DLK SDK C API 2.1.1
C API reference documentation for secondary development with Mech-DLK
|
This struct defines the information on the mask contour and the label names of the mask contours. More...
#include <dl_result.h>
Data Fields | |
| int | contourNum |
| The number of contours. | |
| int * | eachCountourPointNum |
| The number of points in each contour. | |
| int * | contourPoints |
| Contour points. | |
| StringArray | labelNames |
| The label names of contours. | |
This struct defines the information on the mask contour and the label names of the mask contours.
| int ContourWithLabel::contourNum |
The number of contours.
| int* ContourWithLabel::contourPoints |
Contour points.
| int* ContourWithLabel::eachCountourPointNum |
The number of points in each contour.
| StringArray ContourWithLabel::labelNames |
The label names of contours.