CogPixelMapComputeParams LowStdDevMultiplier Property Cognex VisionPro 9.21 SR1
Gets or sets LowStdDevMultiplier. The Low standard deviation multiplier in the range of (-HUGE_VAL, 0). Used only if the Algorithm is MeanStdDev.

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

public double LowStdDevMultiplier { get; set; }

Property Value

Type: Double
The LowStdDevMultiplier value. Default is -3
Events

Exceptions

ExceptionCondition
ArgumentException If newVal is greater than 0
See Also