Mech-DLK SDK C API 2.0.0
C API reference documentation for secondary development with Mech-DLK
|
This struct defines the information on the mask contour. 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. | |
This struct defines the information on the mask contour.
int contourNum |
The number of contours.
int* contourPoints |
Contour points.
int* eachCountourPointNum |
The number of points in each contour.