CogOCRMaxSegmenter CharacterFragmentMainLineMinYOverlapFrac Property Cognex VisionPro 9.5
Get/set the minimum fraction by which a character fragment must overlap the mainline of characters in order for the fragment to be included.

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

public double CharacterFragmentMainLineMinYOverlapFrac { get; set; }

Property Value

Type: Double
The CharacterFragmentMainLineMinYOverlapFrac value. The default value is 0.5.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfCharacterFragmentMainLineMinYOverlapFrac
Remarks

Stage: Fragment

Note that fragments which have top and bottom edges which fall closer to the main line than CharacterFragmentMaxDistanceToMainLine are included regardless of how much they overlap the mainline.

See Also