Enumeration of diagnostic data that can be provided in the Tool's
LastRunRecord.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 83.0.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | Do not include any of the non-diagnostic data in the LastRunRecord. | |
| InputImageByReference | 1 | Include a reference to the input image in the LastRunRecord. | |
| InputImageDeepCopy | 2 | Include a deep copy of the input image in the LastRunRecord. | |
| Region | 4 | Include a copy of the region in the LastRunRecord. | |
| RectifiedLineImage | 8 | Include a copy of the Rectified Line Image in LastRunRecord. | |
| NormalizedRectifiedLineImage | 16 | Include a copy of the Normalized Rectified Line Image in LastRunRecord. | |
| NormalizedRectifiedBinarizedLineImage | 32 | Include a copy of the Normalized Rectified Binarized Line Image in LastRunRecord. | |
| MainLine | 64 | Include a copy of the MainLine rectangle in the tool records. | |
| MainLineExpanded | 128 | Include a copy of the MainLineExpanded rectangle in the tool records. | |
| InitialFragments | 256 | Include rectangle graphic records for the initial set of character fragments found by the segmenter. | |
| RejectedFragments | 512 | Include rectangle graphic records for character fragments that were rejected by the segmenter. Rejected character fragments do not fit one or more of the parameters configured in the segmenter. Character fragments might be rejected if their contrast is too low, they are on the border of the search region, they are outside the bounds of the main line expanded rectangle, or if they contain too few pixels. | |
| FinalFragments | 1024 | Include rectangle graphic records for characters fragments that were accepted by the segmenter and later grouped into characters. | |
| InitialCharacters | 2048 | Include rectangles graphic records for the initial set of characters created by grouping the final fragments into characters. | |
| RejectedCharacters | 4096 | Include rectangle graphic records for characters that were rejected by the segmenter. Rejected characters do not fit one or more of the parameters configured in the segmenter. Characters might be rejected if they are too narrow, too short, too wide, or if they contain too few pixels. | |
| FinalCharacters | 8192 | Include rectangle graphic records for the final accepted charaters found by the segmenter. | |
| All | -1 | Include all possible records. |
See Also