Mech-DLK SDK C++ API 2.1.1
C++ API reference documentation for secondary development with Mech-DLK
Loading...
Searching...
No Matches
Public Attributes | List of all members
mmind::dl::MMindContourWithLabel Struct Reference

Defines the information on the mask contour and the label names of the mask contours. More...

#include <MMIndResult.h>

Public Attributes

size_t contourNum = 0
 The number of contours.
 
std::vector< std::string > labelNames
 The label names of contours.
 
std::vector< std::vector< MMindPoint > > contourPoints
 Contour points.
 

Detailed Description

Defines the information on the mask contour and the label names of the mask contours.

Member Data Documentation

◆ contourNum

size_t mmind::dl::MMindContourWithLabel::contourNum = 0

The number of contours.

◆ contourPoints

std::vector<std::vector<MMindPoint> > mmind::dl::MMindContourWithLabel::contourPoints

Contour points.

◆ labelNames

std::vector<std::string> mmind::dl::MMindContourWithLabel::labelNames

The label names of contours.


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