CogPixelMapComputeParams HighStdDevMultiplier Property Cognex VisionPro 9.8
Gets or sets HighStdDevMultiplier. The High standard deviation multiplier, in the range of (0, +HUGE_VAL). Used only if Algorithm is MeanStdDev

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

public double HighStdDevMultiplier { get; set; }

Property Value

Type: Double
The HighStdDevMultiplier value. Default is 3.
Events

Exceptions

ExceptionCondition
ArgumentException If newVal is less than 0
See Also