Mech-DLK SDK C API 2.1.1
C API reference documentation for secondary development with Mech-DLK
Loading...
Searching...
No Matches
Data Fields
ContourWithLabel Struct Reference

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.
 

Detailed Description

This struct defines the information on the mask contour and the label names of the mask contours.

Field Documentation

◆ contourNum

int ContourWithLabel::contourNum

The number of contours.

◆ contourPoints

int* ContourWithLabel::contourPoints

Contour points.

◆ eachCountourPointNum

int* ContourWithLabel::eachCountourPointNum

The number of points in each contour.

◆ labelNames

StringArray ContourWithLabel::labelNames

The label names of contours.


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