A Uniform Multi-dimensional Dense Histogram

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.0.1010 (2.2.0.1010)

Syntax

         
 C#  Visual Basic  Visual C++ 
[SerializableAttribute]
public class DenseHistogram : UnmanagedObject, 
	ISerializable, IEquatable<DenseHistogram>
<SerializableAttribute> _
Public Class DenseHistogram _
	Inherits UnmanagedObject _
	Implements ISerializable, IEquatable(Of DenseHistogram)
[SerializableAttribute]
public ref class DenseHistogram : public UnmanagedObject, 
	ISerializable, IEquatable<DenseHistogram^>

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
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
_ptr
A pointer to the unmanaged object
(Inherited from UnmanagedObject.)
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>)>>)(array<Image<(Of <<'(Gray, TDepth>)>>)>[]()[][], Size, HISTOGRAM_COMP_METHOD, Double)
Compares histogram over each possible rectangular patch of the specified size in the input images, and stores the results to the output map dst.
BinDimension
Get the size of the bin dimensions
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(DenseHistogram)
Copy this histogram to destination
Dimension
Get the number of dimensions for the histogram
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)
Determines whether the specified Object is equal to the current 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(SerializationInfo, StreamingContext)
A function used for runtime serialization of the object
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
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
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
MinMax(Single%, Single%, array<Int32>[]()[][]%, array<Int32>[]()[][]%)
Finds the minimum and maximum histogram bins and their positions
Normalize(Double)
normalizes the histogram bins by scaling them, such that the sum of the bins becomes equal to factor
Ptr
Pointer to the unmanaged object
(Inherited from UnmanagedObject.)
Ranges
Get the ranges of this histogram
ReleaseManagedResources()()()()
Release the managed resources associated with this dense histogram
(Overrides DisposableObject..::..ReleaseManagedResources()()()().)
Threshold(Double)
Clears histogram bins that are below the specified threshold.
ToString()()()()
Returns a String that represents the current Object.
(Inherited from Object.)

Inheritance Hierarchy

See Also