CogOCRMaxSegmenterLineResult BinarizedRectifiedLineImage Property Cognex VisionPro 9.5
Return an image of the line of the segmented characters after rectification, normalization, and binarization.

Namespace: Cognex.VisionPro.OCRMax
Assembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 69.0.0.0
Syntax

public CogImage8Grey BinarizedRectifiedLineImage { get; }

Property Value

Type: CogImage8Grey
The BinarizedRectifiedLineImage value. The default value is nullptr.
Remarks

The binarized image is always a hard-thresholded version of the normalized image, produced using the threshold and invert values.

See Also