| Class | Description | |
|---|---|---|
| ClassifyClassItem | The class item. The class item consists of a class name and a unique identifier. | |
| ClassifyClassItemCollection | This class holds a collection of ClassifyClassItem. An instance of this class will be created and held by the ClassifyPattern. | |
| ClassifyClassResult | The label result class. The class holds a label and a score. | |
| ClassifyClassResultCollection | This class holds a collection of ClassifyClassResult. | |
| ClassifyImageItem | The image item class. The class holds an image and a unique identifier. | |
| ClassifyImageItemCollection | Class which holds a collection of ClassifyImageItem. An instance of this class will be created and held by the ClassifyPattern. | |
| ClassifyImageResult | The Image Result class. This class holds the image id and a collection of ClassifyClassResult. | |
| ClassifyImageResultCollection | This class holds a collection of ClassifyImageResult. | |
| ClassifyPattern | This class holds all the objects needed to configure, train and run the classify tool. | |
| ClassifyResult | The class holds the runtime result. | |
| ClassifyTool | The classifier tool identifies the category of a part shown in an image. | |
| ClassifyTrainItem | The train item class. The class holds the image id and label id. | |
| ClassifyTrainItemCollection | Class which holds a collection of ClassifyTrainItem. An instance of this class will be created and held by the ClassifyPattern. | |
| ClassifyTrainResult | The class holds the train result. | |
| SegmentException | ||
| SegmentOperator | This class provides functionality for multi-class segmentation. | |
| SegmentResult | Represents the result of a segmentation process. | |
| SegmentTool | The segment tool partitions a run time image into one or more previously trained classes. | |
| ViDiELClassifyRegistration_ | ||
| ViDiELSegmentRegistration_ |
| Enumeration | Description | |
|---|---|---|
| ClassifyCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| ClassifyLastRunRecordConstants | Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord. | |
| ClassifyLastRunRecordDiagConstants | Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord. | |
| SegmentCurrentRecordConstants | Enumeration of data that can be included in the tool's CurrentRecord. | |
| SegmentExceptionCodes | ||
| SegmentLastRunRecordConstants | Enumeration of non-diagnostic data that can be included in the LastRunRecord. | |
| SegmentLastRunRecordDiagConstants | Enumeration of diagnostic data that can be included in the LastRunRecord. |