CogOCVMaxScoreModeConstants EnumerationCognex VisionPro
Constants used to specify how we compute the score for each character. Note: ScoreUsingClutter is usually preferable to allow confusion to be computed more reliably, whereas ScoreWithoutClutter may be necessary in noisy images.

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

public enum CogOCVMaxScoreModeConstants
Members

  Member nameValueDescription
ScoreUsingClutter1Reduce the character score if extra features (clutter) are present.
ScoreWithoutClutter2Compute the score based only on the presence of expected features, ignoring any extra features (clutter).
ScoreUsingOptimizedClutter3Reduce the character score if extra features (clutter) are present, but optimize score for relatively low-contrast clutter.
See Also