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

Namespace: Cognex.VisionPro.OCRMax
Assembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 65.1.0.0
Syntax

[FlagsAttribute]
public enum CogOCRMaxLastRunRecordDiagConstants
Members

  Member nameValueDescription
None0 Do not include any of the non-diagnostic data in the LastRunRecord.
InputImageByReference1 Include a reference to the input image in the LastRunRecord.
InputImageDeepCopy2 Include a deep copy of the input image in the LastRunRecord.
Region4 Include a copy of the region in the LastRunRecord.
RectifiedLineImage8 Include a copy of the Rectified Line Image in LastRunRecord.
NormalizedRectifiedLineImage16 Include a copy of the Normalized Rectified Line Image in LastRunRecord.
NormalizedRectifiedBinarizedLineImage32 Include a copy of the Normalized Rectified Binarized Line Image in LastRunRecord.
MainLine64 Include a copy of the MainLine rectangle in the tool records.
MainLineExpanded128 Include a copy of the MainLineExpanded rectangle in the tool records.
InitialFragments256 Include rectangle graphic records for the initial set of character fragments found by the segmenter.
RejectedFragments512 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.
FinalFragments1024 Include rectangle graphic records for characters fragments that were accepted by the segmenter and later grouped into characters.
InitialCharacters2048 Include rectangles graphic records for the initial set of characters created by grouping the final fragments into characters.
RejectedCharacters4096 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.
FinalCharacters8192 Include rectangle graphic records for the final accepted charaters found by the segmenter.
All-1 Include all possible records.
See Also