Character Segmentation is the first step performed by the CogOCRMaxTool.
Segmentation takes an image as input and extracts a set of segmented
character images (CogOCRMaxChar(s)). For example, if an image contains the
line of text "ABCD", then character segmentation produces four separate
images (CogOCRMaxChar(s)), each of which is an image of a single character.
Character segmentation does not know anything about actually determining
which letter a character image corresponds to; in the above example, it
has no way of knowing that the first image corresponds to the letter
"A".
See the OCRMax Theory Guide
for more information.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 65.1.0.0
Syntax
Property Value
Type: CogOCRMaxSegmenterThe Segmenter value. The default value is a default constructed CogOCRMaxSegmenter instance.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected:
|
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown if Segmenter is set to null. |
See Also