Histogram Properties

CVB.Net Documentation

The Histogram type exposes the following members.

Properties

  NameDescription
Public propertyCount
Gets the number of elements in this histogram.
Public propertyIsReadOnly
The histogram data is read-only.
Public propertyItem
The indexer for accessing the histogram data itself.
Public propertyMax
Get the maximum gray value of the histogram.
Public propertyMean
Mean value of all pixels.
Public propertyMedian
The median (gray value at which roughly 50% of the pixels are darker and 50% of the pixels are brighter than this gray value).
Public propertyMin
Get the minimum gray value of the histogram.
Public propertyMode
Gets the mode (the most common gray value) of the histogram.
Public propertyNumPixels
Total number of pixels taken into account.
Public propertyStandardDeviation
Get the standard deviation of the histogram.
Public propertyVariance
Get the variance of the histogram.
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate propertyIListInt64Item
Gets or sets the element at the specified index.
Top
See Also

Reference