Cog3DRangeImageHeightCalculatorResult StdDevMult Property Cognex VisionPro
Returns the value of StdDevMult which was used to compute MeanPlusStdDevMult.

Namespace: Cognex.VisionPro3D
Assembly: Cognex.VisionPro3D (in Cognex.VisionPro3D.dll) Version: 65.1.0.0
Syntax

public double StdDevMult { get; }

Property Value

Type: Double
This property returns 0.0 if the height calculation "used" 0 pixels. See: PixelCounts.
Remarks

The mean plus std dev mult height is calcualted as:

MeanPlusStdDevMult = Mean + std dev of all used pixel heights * StdDevMult

See Also