CogHistogramResult PropertiesCognex VisionPro 9.20

The CogHistogramResult type exposes the following members.

Properties

  NameDescription
Public propertyMaximum
Returns the maximum histogram bin index that contains a non-zero pixel count.
Public propertyMean
Returns the arithmetic mean (average) pixel value in the histogram. The pixel value is grey-level.
Public propertyMedian
Returns the histogram bin index of the bin containing the median (middle) pixel value in the histogram. This is the histogram bin index where half of the distribution of pixel values is above and half below it.
Public propertyMinimum
Returns the minimum histogram bin index that contains a non-zero pixel count.
Public propertyMode
Returns the histogram bin index of the bin containing the modal (most common) pixel value in the histogram. This is the histogram bin index with the greatest pixel count.
Public propertyNumSamples
Returns the total number of pixels in the histogram.
Public propertyStandardDeviation
Returns the standard deviation of the pixel values in the histogram.
Public propertyVariance
Returns the variance of the pixel values in the histogram.
Top
See Also