CogOCRMaxTuneParams RegionMatchOverlapFrac Property Cognex VisionPro
Controls how much two character regions must overlap to be considered the same by OCRMax tuning.

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

public double RegionMatchOverlapFrac { get; set; }

Property Value

Type: Double
The RegionMatchOverlapFrac value. The default value is 0.8.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfRegionMatchOverlapFrac
Exceptions

ExceptionCondition
ArgumentOutOfRangeException Thrown if set to a value less than or equal to 0.0 or greater than or equal to 1.0
See Also