The DenseHistogram type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| DenseHistogram | Overloaded. |
Methods
| Name | Description | |
|---|---|---|
| BackProject | Overloaded. | |
| 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.
| |
| Calculate | Overloaded. | |
| 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 | Overloaded. | |
| 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 | (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
| |
| Dimension |
Get the number of dimensions for the histogram
| |
| Item | Overloaded. | |
| MatND |
Get the MatND representation of this dense histogram. Do not dispose this MatND
| |
| MCvHistogram |
Get the equivalent MCvHistogram structure
| |
| Ptr |
Pointer to the unmanaged object
(Inherited from UnmanagedObject.) | |
| Ranges |
Get the ranges of this histogram
|