CogHistogramResult Variance Property Cognex VisionPro 9.24
Returns the variance of the pixel values in the histogram.

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

public double Variance { get; }

Property Value

Type: Double
Remarks

Returns the variance of pixel values in the histogram.

See Also