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.OCVMaxAssembly: Cognex.VisionPro.OCVMax (in Cognex.VisionPro.OCVMax.dll) Version: 75.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| ScoreUsingClutter | 1 | Reduce the character score if extra features (clutter) are present. | |
| ScoreWithoutClutter | 2 | Compute the score based only on the presence of expected features, ignoring any extra features (clutter). | |
| ScoreUsingOptimizedClutter | 3 | Reduce the character score if extra features (clutter) are present, but optimize score for relatively low-contrast clutter. |
See Also