CogHistogramResult StandardDeviation Property Cognex VisionPro
Returns the standard deviation of the pixel values in the histogram.

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

public double StandardDeviation { get; }

Property Value

Type: Double
Remarks

Returns the standard deviation of pixel values in the histogram.

See Also