http://www.emgu.com
The DenseHistogram type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DenseHistogram(Int32, RangeF) |
Creates a uniform 1-D histogram of the specified size
|
![]() | DenseHistogram(array<Int32>[]()[][], array<RangeF>[]()[][]) |
Creates a uniform multi-dimension histogram of the specified size
|
![]() | DenseHistogram(SerializationInfo, StreamingContext) |
Constructor used to deserialize runtime serialized object
|
Methods
Name | Description | |
---|---|---|
![]() | BackProject<(Of <<'(TDepth>)>>)(array<Image<(Of <<'(Gray, TDepth>)>>)>[]()[][]) |
Backproject the histogram into a gray scale image
|
![]() | BackProject<(Of <<'(TDepth>)>>)(array<Matrix<(Of <<'(TDepth>)>>)>[]()[][]) |
Backproject the histogram into a matrix
|
![]() | 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(array<IImage>[]()[][], Boolean, Image<(Of <<'(Gray, Byte>)>>)) |
Project the images to the histogram bins
|
![]() | Calculate<(Of <<'(TDepth>)>>)(array<Image<(Of <<'(Gray, TDepth>)>>)>[]()[][], Boolean, Image<(Of <<'(Gray, Byte>)>>)) |
Project the images to the histogram bins
|
![]() | Calculate<(Of <<'(TDepth>)>>)(array<Matrix<(Of <<'(TDepth>)>>)>[]()[][], Boolean, Matrix<(Of <<'(Byte>)>>)) |
Project the matrices to the histogram bins
|
![]() | 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(Object) | (Inherited from Object.) |
![]() | Equals(DenseHistogram) |
Return true if the two DenseHistogram equals
|
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Inherited from Object.) |
![]() | GetObjectData |
A function used for runtime serialization 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[([( Int32])]) |
Get the specific bin value from the 1D Histogram
|
![]() | Item[([( Int32, Int32])]) |
Get the specific bin value from the 2D Histogram
|
![]() | Item[([( Int32, Int32, Int32])]) |
Get the specific bin value from the 2D Histogram
|
![]() | 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
|