Mech-DLK SDK C# API 2.1.0
C# API reference documentation for secondary development with Mech-DLK
|
This class defines the storage of inference results. More...
Public Attributes | |
DLAlgoType | Type |
The type of the algorithm. | |
List< ClassificationResult > | ClassificationResults |
List of classification results. | |
List< DefectAndEdgeResult > | DefectAndEdgeResults |
List of defect segmentation results. | |
List< ObjectAndInsResult > | ObjectAndInsResults |
List of object detection or instance segmentation results. | |
List< FastPositioningResult > | FastPositioningResults |
List of fast positioning results. | |
List< TextDetectionResult > | TextDetectionResults |
List of text detection results. | |
List< TextRecognitionResult > | TextRecognitionResults |
List of text recognition results. | |
List< UnsupSegResult > | UnsupSegResults |
List of unsupervised segmentation results. | |
This class defines the storage of inference results.
List<ClassificationResult> MMind.DL.Result.ClassificationResults |
List of classification results.
List<DefectAndEdgeResult> MMind.DL.Result.DefectAndEdgeResults |
List of defect segmentation results.
List<FastPositioningResult> MMind.DL.Result.FastPositioningResults |
List of fast positioning results.
List<ObjectAndInsResult> MMind.DL.Result.ObjectAndInsResults |
List of object detection or instance segmentation results.
List<TextDetectionResult> MMind.DL.Result.TextDetectionResults |
List of text detection results.
List<TextRecognitionResult> MMind.DL.Result.TextRecognitionResults |
List of text recognition results.
DLAlgoType MMind.DL.Result.Type |
The type of the algorithm.
List<UnsupSegResult> MMind.DL.Result.UnsupSegResults |
List of unsupervised segmentation results.