CogPixelMapComputeParams HighPadFraction Property Cognex VisionPro 9.8
Gets or sets HighPadFraction. The fraction of the initially-computed input range added to the initially-computed value of second map value. This value is typically positive

Namespace: Cognex.VisionPro.PixelMap
Assembly: Cognex.VisionPro.PixelMap (in Cognex.VisionPro.PixelMap.dll) Version: 75.1.0.0
Syntax

public double HighPadFraction { get; set; }

Property Value

Type: Double
The HighPadFraction value. Default is 0.
Events

Exceptions

ExceptionCondition
ArgumentException If newVal is less than 0.
See Also