Cognex.Vision.ViDiEL NamespaceCognex VisionPro 9.20
 
Classes

  ClassDescription
Public classClassifyClassItem

The class item. The class item consists of a class name and a unique identifier.

Public classClassifyClassItemCollection

This class holds a collection of ClassifyClassItem. An instance of this class will be created and held by the ClassifyPattern.

Public classClassifyClassResult

The label result class. The class holds a label and a score.

Public classClassifyClassResultCollection

This class holds a collection of ClassifyClassResult.

Public classClassifyImageItem

The image item class. The class holds an image and a unique identifier.

Public classClassifyImageItemCollection

Class which holds a collection of ClassifyImageItem. An instance of this class will be created and held by the ClassifyPattern.

Public classClassifyImageResult

The Image Result class. This class holds the image id and a collection of ClassifyClassResult.

Public classClassifyImageResultCollection

This class holds a collection of ClassifyImageResult.

Public classClassifyPattern

This class holds all the objects needed to configure, train and run the classify tool.

Public classClassifyResult

The class holds the runtime result.

Public classClassifyTool

The classifier tool identifies the category of a part shown in an image.

Public classClassifyTrainItem

The train item class. The class holds the image id and label id.

Public classClassifyTrainItemCollection

Class which holds a collection of ClassifyTrainItem. An instance of this class will be created and held by the ClassifyPattern.

Public classClassifyTrainResult

The class holds the train result.

Public classSegmentException
Public classSegmentOperator

This class provides functionality for multi-class segmentation.

Public classSegmentResult

Represents the result of a segmentation process.

Public classSegmentTool

The segment tool partitions a run time image into one or more previously trained classes.

Public classViDiELClassifyRegistration_
Public classViDiELSegmentRegistration_
Enumerations

  EnumerationDescription
Public enumerationClassifyCurrentRecordConstants

Enumeration of data that can be provided in the Tool's CurrentRecord.

Public enumerationClassifyLastRunRecordConstants

Enumeration of non-diagnostic data that can be provided in the Tool's LastRunRecord.

Public enumerationClassifyLastRunRecordDiagConstants

Enumeration of diagnostic data that can be provided in the Tool's LastRunRecord.

Public enumerationSegmentCurrentRecordConstants

Enumeration of data that can be included in the tool's CurrentRecord.

Public enumerationSegmentExceptionCodes
Public enumerationSegmentLastRunRecordConstants

Enumeration of non-diagnostic data that can be included in the LastRunRecord.

Public enumerationSegmentLastRunRecordDiagConstants

Enumeration of diagnostic data that can be included in the LastRunRecord.