The DenseHistogram type exposes the following methods.
Methods
![]() ![]() | ![]() ![]() | ![]() ![]() | ![]() ![]() |
Member | 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>)>>)(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.
|
![]() | 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 |
![]() | 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(SerializationInfo, StreamingContext) |
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(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
|
![]() | 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()()()() | (Inherited from Object.) |