CogStatistics RunningStandardDeviation Property Cognex VisionPro 9.8 SR1
Returns the standard deviation value generated from sampled data since last reset. Calling ResetRunningStatistics() will restart this calculation.

Namespace: Cognex.VisionPro
Assembly: Cognex.VisionPro.Core (in Cognex.VisionPro.Core.dll) Version: 75.0.0.0
Syntax

public double RunningStandardDeviation { get; }

Property Value

Type: Double
Exceptions

Remarks

Returns the standard deviation of the values sampled since the last call to ResetRunningStatistics .

See Also