CogOCRMaxSegmenterElementActionConstants EnumerationCognex VisionPro 9.5
Provides diagnostic information about segmenter characters and fragments in order to show how the segmenter arrived its results.

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

[FlagsAttribute]
public enum CogOCRMaxSegmenterElementActionConstants
Members

  Member nameValueDescription
None0 This element was not acted on
RejectFragmentBorderFragment1 Fragment rejected because it was touching the search region
RejectFragmentOutsideLineBounds2 Fragment rejected because it was outside main line by greater than CharacterFramgentMaxDistanceToMainLine _AND_ overlaped the main line by less than CharacterFragmentMainLineMinYOverlapFrac.
RejectCharacterTooFewPixels4 Character rejected because it did not have enough pixels
RejectCharacterTooNarrow8 Character rejected because it was not wide enough
RejectCharacterTooShort16 Character rejected because it was not tall enough
See Also