CogStatistics RunningMean Property Cognex VisionPro 9.5
Returns the mean (average) 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: 69.0.0.0
Syntax

public double RunningMean { get; }

Property Value

Type: Double
Exceptions

Remarks

Returns the mean (average) value sampled since the last call to ResetRunningStatistics .

See Also