Cog3DRangeImageHeightCalculator StdDevMult Property Cognex VisionPro
Gets or sets a value that controls how the MeanPlusStdDevMult property of the result is calculated.

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

public double StdDevMult { get; set; }

Property Value

Type: Double
The default is 0.0.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag will be set:

  • SfStdDevMult
Remarks

The standard deviation of "used" range image pixel heights is multiplied by StdDevMult. The resulting value is then added to the mean of all the "used" pixel heights and returned as the MeanPlusStdDevMult property of the overall result.

Note that it is valid to set StdDevMult to a value less than 0.0.

See Also