Mech-DLK SDK C# API 2.1.0
C# API reference documentation for secondary development with Mech-DLK
All Classes Namespaces Files Functions Variables Enumerations Enumerator Pages
Public Attributes | List of all members
MMind.DL.Result Class Reference

This class defines the storage of inference results. More...

Public Attributes

DLAlgoType Type
 The type of the algorithm.
 
List< ClassificationResultClassificationResults
 List of classification results.
 
List< DefectAndEdgeResultDefectAndEdgeResults
 List of defect segmentation results.
 
List< ObjectAndInsResultObjectAndInsResults
 List of object detection or instance segmentation results.
 
List< FastPositioningResultFastPositioningResults
 List of fast positioning results.
 
List< TextDetectionResultTextDetectionResults
 List of text detection results.
 
List< TextRecognitionResultTextRecognitionResults
 List of text recognition results.
 
List< UnsupSegResultUnsupSegResults
 List of unsupervised segmentation results.
 

Detailed Description

This class defines the storage of inference results.

Member Data Documentation

◆ ClassificationResults

List<ClassificationResult> MMind.DL.Result.ClassificationResults

List of classification results.

◆ DefectAndEdgeResults

List<DefectAndEdgeResult> MMind.DL.Result.DefectAndEdgeResults

List of defect segmentation results.

◆ FastPositioningResults

List<FastPositioningResult> MMind.DL.Result.FastPositioningResults

List of fast positioning results.

◆ ObjectAndInsResults

List<ObjectAndInsResult> MMind.DL.Result.ObjectAndInsResults

List of object detection or instance segmentation results.

◆ TextDetectionResults

List<TextDetectionResult> MMind.DL.Result.TextDetectionResults

List of text detection results.

◆ TextRecognitionResults

List<TextRecognitionResult> MMind.DL.Result.TextRecognitionResults

List of text recognition results.

◆ Type

DLAlgoType MMind.DL.Result.Type

The type of the algorithm.

◆ UnsupSegResults

List<UnsupSegResult> MMind.DL.Result.UnsupSegResults

List of unsupervised segmentation results.


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