CogStatisticsSimple PropertiesCognex VisionPro 9.7

The CogStatisticsSimple type exposes the following members.

Properties

  NameDescription
Public propertyCount
The number of samples that were processed to produce this result.
Public propertyMax
The maximum sample value.
Public propertyMean
The mean or average of all sample values.
Public propertyMin
The minimum sample value.
Public propertyRMS
The root mean square of all sample values.
Public propertyStdDev
The standard deviation of all sample values.
Public propertySum
The sum of all sample values.
Public propertySumSq
The sum of the squares of all sample values.
Public propertyVariance
The variance of all sample values.
Top
See Also