CogOCRMaxSegmenterLineResult RectifiedLineImage Property Cognex VisionPro 9.5
Returns an image of the line of the segmented characters after rectification.

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

public CogImage8Grey RectifiedLineImage { get; }

Property Value

Type: CogImage8Grey
The RectifiedLineImage value. The default value is nullptr.
See Also