CogOCRMaxSegmenterSpaceScoreModeConstants EnumerationCognex VisionPro 9.5
How to compute the score of a space character.

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

public enum CogOCRMaxSegmenterSpaceScoreModeConstants
Members

  Member nameValueDescription
One0 Space characters always get a score of 1.0.
Clutter1 The score of a space character is based on the fraction of pixels that are background. A space character that consists entirely of background will receive a score of 1.0.
See Also