CogOCRMaxSegmenter CharacterFragmentMinXOverlap Property Cognex VisionPro
The minimum fraction by which two character fragments must overlap each other in the x direction in order for the two fragments to be considered part of the same character.

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

public double CharacterFragmentMinXOverlap { get; set; }

Property Value

Type: Double
The CharacterFragmentMinXOverlap value. The default value is 0.0.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfCharacterFragmentMinXOverlap
Exceptions

ExceptionCondition
ArgumentOutOfRangeException Thrown if set to a value less than 0.0 or greater than 1.0
Remarks

This value is used only if CharacterFragmentMergeMode = RequireOverlap.

Stage: Fragment

See Also