Mech-DLK SDK C API 2.0.2
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 Contour::contourNum |
The number of contours.
int* Contour::contourPoints |
Contour points.
int* Contour::eachCountourPointNum |
The number of points in each contour.