CogHistogramResult Mean Property Cognex VisionPro 9.23
Returns the arithmetic mean (average) pixel value in the histogram. The pixel value is grey-level.

Namespace: Cognex.VisionPro.ImageProcessing
Assembly: Cognex.VisionPro.ImageProcessing (in Cognex.VisionPro.ImageProcessing.dll) Version: 91.0.0.0
Syntax

public double Mean { get; }

Property Value

Type: Double
Remarks

Returns the arithmetic mean (average) pixel value in the histogram. The pixel value is a grey level, not an index into the histogram.

See Also