Histogram Methods

CVB.Net Documentation

The Histogram type exposes the following members.

Methods

  NameDescription
Public methodAdd
Not supported as the histogram is read-only.
Public methodClear
Not supported as the histogram is read-only.
Public methodContains
Gets whether the count is inside this histogram.
Public methodCopyTo
Copies the elements of this histogram to the given array starting at arrayIndex.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetEnumerator
Gets the enumerator enumerating this histogram.
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodIndexOf
Gets the index of the first found count.
Public methodInsert
Not supported as the histogram is read-only.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Not supported as the histogram is read-only.
Public methodRemoveAt
Not supported as the histogram is read-only.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods

  NameDescription
Public Extension MethodFilter
Filter a histogram array with the given kernel. At the beginning and end of the histogram, the histogram uses constant extension
(Defined by HistogramExtensions.)
Public Extension MethodFindPeaks
Find peaks in the histogram identified by the supplied criteria.
(Defined by HistogramExtensions.)
Public Extension MethodSumBetween
Count the number of pixels that lie between two limits in the histogram.
(Defined by HistogramExtensions.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implementationPrivate methodIEnumerableGetEnumerator
Gets the enumerator enumerating this histogram.
Top
See Also

Reference