CogOCRMaxSegmenterLineResultDiagnostics MainLine Property Cognex VisionPro 9.5
Returns detected main line of characters. MainLine is the rectangle initially detected by the segmenter and assumed to contain most of the characters’ pixels.

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

public CogRectangleAffine MainLine { get; }

Property Value

Type: CogRectangleAffine
The MainLine value. The default value is nullptr.
See Also