|
Mech-DLK SDK C API 2.1.1
C API reference documentation for secondary development with Mech-DLK
|
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. | |
This struct defines the unsupervised segmentation result.
| MMindImage UnsupSegResult::confidenceMat |
Confidence map of the segmentation result.
| UnsupLabel UnsupSegResult::label |
Label of the segmentation result.
| ResultRestoreInfo UnsupSegResult::restoreInfo |
Information required for result restoration.