CogOCRMaxTuneParams PaddingFactor Property Cognex VisionPro 9.7
Controls how "loosely" the OCRMax tuning mechanism will set the segmentation params.

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

public double PaddingFactor { get; set; }

Property Value

Type: Double
The PaddingFactor value. The default value is 0.13.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfPaddingFactor
Exceptions

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