CogOCRMaxSegmenterLineResultDiagnostics MainLine Property Cognex VisionPro
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: 65.1.0.0
Syntax

public CogRectangleAffine MainLine { get; }

Property Value

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