Cognex.Vision.ViDiEL NamespaceCognex VisionPro 9.21
 
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 classOCRAdvancedFielding

This class provides functionality for specifying the Advanced Fielding parameters.

Public classOCRBasicFielding

This class provides functionality for specifying the Basic Fielding parameters.

Public classOCRCharacterClassResult

Contains the character class results from the OCR processing.

Public classOCRCharacterClassResultCollection

Contains a collection of character Class results from the ViDiEL OCR processing.

Public classOCRCharacterResult

Contains the character results from the OCR processing.

Public classOCRCharacterResultCollection

Contains the character result collection from the OCR processing.

Public classOCRClassItemToShapeAssignment

This class stores the assignment of a class item to a shape.

Public classOCRFielding

This class provied the abstract base class for the Cognex.Vision.ViDiEL.BasicFielding and Congex.Vision.ViDiEL.AdvancedFielding classes.

Public classOCRFieldingPattern

This class contains a fielding pattern for use in Cognex.Vision.ViDiEL.OCRAdvancedFielding.

Public classOCRFieldingPatternDictionary
Public classOCRLine

This class contains the indices of the characters and the string value of a line.

Public classOCRLineCollection

Contains a collection of OCRLines.

Public classOCROperator

This class provides functionality for OCR training and execution.

Public classOCRResult

This class contains the results from executing the OCROperator .

Public classOCRTool

This class provides tool level access for OCR functionality.

Public classOCRTrainingResult

Contains the results from the OCR train operation.

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 classViDiELOCRRegistration_
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 enumerationOCRCurrentRecordConstants
Public enumerationOCRFieldingMode
Public enumerationOCRLastRunRecordConstants
Public enumerationOCRLastRunRecordDiagConstants

Enumeration of diagnostic data that can be included in the 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.