CogOCRMaxSegmenterElementInfo OverlapFrac Property Cognex VisionPro
Returns the amount a character or fragment overlaps the mainline (in the y direction) as a fraction of the overall height of the character or fragment.

Use this diagnostic to help set the segmenter's [!:Cognex::VisionPro::OCRMax::CharacterFragmentMainLineMinYOverlapFrac] parameter.

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

public double OverlapFrac { get; }

Property Value

Type: Double
The OverlapFrac value. The default value is 0.
See Also