Provides diagnostic information about segmenter characters and fragments in
order to show how the segmenter arrived its results.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 65.1.0.0
Syntax
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | This element was not acted on | |
| RejectFragmentBorderFragment | 1 | Fragment rejected because it was touching the search region | |
| RejectFragmentOutsideLineBounds | 2 | Fragment rejected because it was outside main line by greater than CharacterFramgentMaxDistanceToMainLine _AND_ overlaped the main line by less than CharacterFragmentMainLineMinYOverlapFrac. | |
| RejectCharacterTooFewPixels | 4 | Character rejected because it did not have enough pixels | |
| RejectCharacterTooNarrow | 8 | Character rejected because it was not wide enough | |
| RejectCharacterTooShort | 16 | Character rejected because it was not tall enough |
See Also