Classes
| Class | Description | |
|---|---|---|
| CogOCFont | 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. | |
| CogOCFont CreatorClass | ||
| CogOCFontModel | 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. | |
| CogOCFontModel CreatorClass | ||
| CogOCFontModels | A collection of optical character font models. | |
| CogOCFontModels CreatorClass | ||
| CogOCVCharacterPosition | 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. | |
| CogOCVCharacterPosition CreatorClass | ||
| CogOCVCharacterPositions | 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. | |
| CogOCVCharacterPositions CreatorClass | ||
| CogOCVPattern | 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. | |
| CogOCVPattern CreatorClass | ||
| CogOCVPatternPosition | 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. | |
| CogOCVPatternPosition CreatorClass | ||
| CogOCVResult | Default interface of this class provides access to the results of a single character position inspection. | |
| CogOCVResult CreatorClass | ||
| CogOCVResults | 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. | |
| CogOCVResults CreatorClass | ||
| CogOCVTool | 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. | |
| CogOCVTool CreatorClass |
Enumerations
| Enumeration | Description | |
|---|---|---|
| CogOCArrangerCharacterStatusConstants | Specifies how an individual character's position in the returned arrangement was computed. | |
| CogOCArrangerLineTypeConstants | 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. | |
| CogOCArrangerOrientationModeConstants | 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. | |
| CogOCArrangerOrientationReferenceConstants | Specifies whether character orientations are referenced to the selected space of the image or the local baseline direction. | |
| CogOCFontModelTypeConstants | Enumeration of optical character font model types. | |
| CogOCVCharacterStatusConstants | The status of an OCV character position inspection. | |
| CogOCVCurrentRecordConstants | Enumeration of data that can be provided in the Tool's CurrentRecord. | |
| CogOCVLastRunRecordConstants | Enumeration of Non-Diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogOCVLastRunRecordDiagConstants | Enumeration of Diagnostic data that can be provided in the Tool's LastRunRecord. | |
| CogOCVPatternStatusConstants | The overall status of an OCV inspection. | |
| CogOCVResultGraphicConstants | Constants used to specify desired result graphics. |