CogPixelMapComputeParams LowPadFraction Property Cognex VisionPro 9.21
Gets or sets LowPadFraction. The fraction of the initially-computed input range added to the initially-computed value of first map value. This value is typically negative.

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

public double LowPadFraction { get; set; }

Property Value

Type: Double
The LowPadFraction. Default is 0.
Events

Exceptions

ExceptionCondition
ArgumentException If newVal is greater than 0.
See Also