CogStatistics RunningMean Property Cognex VisionPro
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: 65.1.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