Cognex.VisionPro.OC NamespaceCognex VisionPro 9.8
 
Classes

  ClassDescription
Public classCogOCFont
Default interface of this class provides access to an optical character font's properties, Compile method, Uncompile method, and the results of compiling the font.
Public classCogOCFontModel
Provides access to the properties of an optical character font model. This can be a normal font model which is used to inspect for the presence of a character or a blank font model which is used to inspect for the absence of any character.
Public classCogOCFontModels
A collection of optical character font models.
Public classCogOCVCharacterPosition
Default interface of this class provides access to the character position parameters. User can specify which character models to verify, their expected position and positional uncertainties, as well as their accept and confidence thresholds.
Public classCogOCVCharacterPositions
Collection of character positions to be verified by OCV. Character positions are verified in the order in which they are listed in the collection. An exception is blank models, which are verified only after all non-blank models have been verified.
Public classCogOCVPattern
Provides access to the properties of an OCV pattern and to the results of training the pattern. The pattern must be trained via the Train method prior to performing an OCV inspection which is done by calling the Execute method.
Public classCogOCVPatternPosition
Default interface provides access to the properties for setting the run-time expected position of a pattern and the uncertainty of the expected position. Character positions in a pattern are specified with respect to the expected position of the pattern.
Public classCogOCVResult
Default interface of this class provides access to the results of a single character position inspection.
Public classCogOCVResults
Default interface of this class provides access to the overall results of an OCV inspection. It provides access to the individual character position results via standard collection properties and methods.
Public classCogOCVTool
Optical character verification (OCV) tool which can be used to verify a pattern of character in an image. This tool encompasses all of the classes required to perform an OCV inspection.
Enumerations

  EnumerationDescription
Public enumerationCogOCArrangerCharacterStatusConstants
Specifies how an individual character's position in the returned arrangement was computed.
Public enumerationCogOCArrangerLineTypeConstants
Specifies the geometric form of a line of text, that is, the shape of a baseline. The values indicate that a baseline is a line segment, a circular arc, or either type, respectively.
Public enumerationCogOCArrangerOrientationModeConstants
Specifies whether the expected orientation of a character is explicitly specified by the client, or is the average of all orientations of characters along the same line of text.
Public enumerationCogOCArrangerOrientationReferenceConstants
Specifies whether character orientations are referenced to the selected space of the image or the local baseline direction.
Public enumerationCogOCFontModelTypeConstants
Enumeration of optical character font model types.
Public enumerationCogOCVCharacterStatusConstants
The status of an OCV character position inspection.
Public enumerationCogOCVCurrentRecordConstants
Enumeration of data that can be provided in the Tool's CurrentRecord.
Public enumerationCogOCVLastRunRecordConstants
Enumeration of Non-Diagnostic data that can be provided in the Tool's LastRunRecord.
Public enumerationCogOCVLastRunRecordDiagConstants
Enumeration of Diagnostic data that can be provided in the Tool's LastRunRecord.
Public enumerationCogOCVPatternStatusConstants
The overall status of an OCV inspection.
Public enumerationCogOCVResultGraphicConstants
Constants used to specify desired result graphics.