CogHistogramResult NumSamples Property Cognex VisionPro 9.10
Returns the total number of pixels in the histogram.

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

public int NumSamples { get; }

Property Value

Type: Int32
Remarks

Returns the total number of pixels in the histogram.

See Also