CogPixelMapComputeParams HighTailFraction Property Cognex VisionPro 9.7
Gets or sets HighTailFraction. The High tail fraction is in the range [0, 1]. Used only if algorithm is Tails

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

public double HighTailFraction { get; set; }

Property Value

Type: Double
The HighTailFraction value. Default is 0.01
Events

Exceptions

ExceptionCondition
ArgumentException If newVal is not within 0 and 1
See Also