Mech-DLK SDK C# API 2.0.2
C# API reference documentation for secondary development with Mech-DLK
|
This class defines to store 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. | |
This class defines to store 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.
DLAlgoType MMind.DL.Result.Type |
The type of the algorithm.