The Histogram type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Histogram | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | Accumulate | Overloaded. |
![]() | BackProject<(Of <(TDepth>)>) |
Backproject the histogram into an gray scale image
|
![]() | 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()()().) |
![]() | Equals | (Inherited from Object.) |
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from 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 resouces. This function will be called during the disposal of the current object.
override ride this function if you need to call the Dispose() function on any managed IDisposable object created by the current object
(Inherited from DisposableObject.) |
![]() | Threshold |
Clears histogram bins that are below the specified threshold.
|
![]() | ToString | (Inherited from Object.) |
Fields
Name | Description | |
---|---|---|
![]() | _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
Properties
Name | Description | |
---|---|---|
![]() | BinDimension |
Get the size of the bin dimensions
|
![]() | Data |
Get the data in this histogram
|
![]() | Dimension |
Get the number of dimensions for the histogram
|
![]() | Item | Overloaded. |
![]() | MCvHistogram |
Get the equivalent MCvHistogram structure
|
![]() | Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
![]() | Ranges |
Get the ranges of this histogram
|