The DenseHistogram type exposes the following members.

Methods

  NameDescription
BackProjectOverloaded.
BackProjectPatch<(Of <(TDepth>)>)
Compares histogram over each possible rectangular patch of the specified size in the input images, and stores the results to the output map dst.
CalculateOverloaded.
Clear
Clear this histogram
Copy
Copy this histogram to destination
Dispose
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.)
DisposeObject
Release the histogram and all memory associate with it
(Overrides DisposableObject..::.DisposeObject()()().)
EqualsOverloaded.
Finalize
Destructor
(Inherited from DisposableObject.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetObjectData
A function used for runtime serilization of the object
GetType
Gets the Type of the current instance.
(Inherited from Object.)
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
MinMax
Finds the minimum and maximum histogram bins and their positions
Normalize
normalizes the histogram bins by scaling them, such that the sum of the bins becomes equal to factor
ReleaseManagedResources
Release the managed resources associated with this dense histogram
(Overrides DisposableObject..::.ReleaseManagedResources()()().)
Threshold
Clears histogram bins that are below the specified threshold.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)

See Also