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

This struct defines the unsupervised segmentation result. More...

#include <dl_result.h>

Data Fields

UnsupLabel label
 Label of the segmentation result.
 
Contour maskContour
 Contour of the segmentation result.
 
MMindImage confidenceMat
 Confidence map of the segmentation result.
 
ResultRestoreInfo restoreInfo
 Information required for result restoration.
 

Detailed Description

This struct defines the unsupervised segmentation result.

Field Documentation

◆ confidenceMat

MMindImage UnsupSegResult::confidenceMat

Confidence map of the segmentation result.

◆ label

UnsupLabel UnsupSegResult::label

Label of the segmentation result.

◆ maskContour

Contour UnsupSegResult::maskContour

Contour of the segmentation result.

◆ restoreInfo

ResultRestoreInfo UnsupSegResult::restoreInfo

Information required for result restoration.


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