Mech-DLK SDK C API 2.0.2
C API reference documentation for secondary development with Mech-DLK
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Pages
Data Fields
Contour Struct Reference

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.
 

Detailed Description

This struct defines the information on the mask contour.

Field Documentation

◆ contourNum

int Contour::contourNum

The number of contours.

◆ contourPoints

int* Contour::contourPoints

Contour points.

◆ eachCountourPointNum

int* Contour::eachCountourPointNum

The number of points in each contour.


The documentation for this struct was generated from the following file: