Mech-DLK SDK C++ API 2.0.3
C++ API reference documentation for secondary development with Mech-DLK
|
Defines the unsupervised segmentation result. More...
#include <MMIndResult.h>
Public Types | |
enum class | Label { OK , NG , UNKNOWN } |
Defines the unsupervised segmentation label. More... | |
Public Attributes | |
std::vector< Label > | labels |
Labels of the unsupervised segmentation result. | |
MMindContour | mask |
Contour of the unsupervised segmentation result. | |
MMindImage | confidenceMat |
Confidence map of the unsupervised segmentation result. | |
Defines the unsupervised segmentation result.
|
strong |
MMindImage mmind::dl::MMindUnsupSegResult::confidenceMat |
Confidence map of the unsupervised segmentation result.
std::vector<Label> mmind::dl::MMindUnsupSegResult::labels |
Labels of the unsupervised segmentation result.
MMindContour mmind::dl::MMindUnsupSegResult::mask |
Contour of the unsupervised segmentation result.