CogOCRMaxTool Segmenter Property Cognex VisionPro 9.5
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.OCRMax
Assembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 69.0.0.0
Syntax

public CogOCRMaxSegmenter Segmenter { get; set; }

Property Value

Type: CogOCRMaxSegmenter
The Segmenter value. The default value is a default constructed CogOCRMaxSegmenter instance.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfSegmenter
Exceptions

ExceptionCondition
ArgumentNullException Thrown if Segmenter is set to null.
See Also