DenseHistogram Methods |
The DenseHistogram type exposes the following members.
Name | Description | |
---|---|---|
![]() | BackProjectTDepth(ImageGray, TDepth) |
Backproject the histogram into a gray scale image
|
![]() | BackProjectTDepth(MatrixTDepth) |
Backproject the histogram into a matrix
|
![]() | CalculateTDepth(ImageGray, TDepth, Boolean, ImageGray, Byte) |
Project the images to the histogram bins
|
![]() | CalculateTDepth(MatrixTDepth, Boolean, MatrixByte) |
Project the matrices to the histogram bins
|
![]() | Clear |
Clear this histogram
|
![]() | Clone |
Make a clone of the current Mat
(Inherited from Mat.) |
![]() | Col |
Creates a matrix header for the specified matrix column.
(Inherited from Mat.) |
![]() | ConvertTo |
Converts an array to another data type with optional scaling.
(Inherited from Mat.) |
![]() | CopyTo(IOutputArray, IInputArray) |
Copy the data in this cv::Mat to an output array
(Inherited from Mat.) |
![]() | CopyToT(T) |
Copy data from this Mat to the managed array
(Inherited from Mat.) |
![]() | Create |
Allocates new array data if needed.
(Inherited from Mat.) |
![]() | Cross |
Computes a cross-product of two 3-element vectors.
(Inherited from Mat.) |
![]() | DeserializeObjectData |
A function used for runtime deserailization of the object
(Inherited from Mat.) |
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release all the unmanaged memory associated with this object.
(Inherited from Mat.) |
![]() | Dot |
Computes a dot-product of two vectors.
(Inherited from Mat.) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Equals(Mat) |
Compares two Mats and check if they are equal
(Inherited from Mat.) |
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | GetBinValues |
Gets the bin values.
|
![]() | GetData |
Gets the binary data from the specific indices.
(Inherited from Mat.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetInputArray |
Pointer to the InputArray
(Inherited from Mat.) |
![]() | GetInputOutputArray |
Pointer to the InputOutputArray
(Inherited from Mat.) |
![]() | GetObjectData |
A function used for runtime serialization of the object
(Inherited from Mat.) |
![]() | GetOutputArray |
Pointer to the OutputArray
(Inherited from Mat.) |
![]() | GetType | (Inherited from Object.) |
![]() | GetUMat |
Convert this Mat to UMat
(Inherited from Mat.) |
![]() | GetValueRange |
Get the minimum and maximum value across all channels of the mat
(Inherited from Mat.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | MinMax |
Returns the min / max location and values for the image
(Inherited from Mat.) |
![]() | PopBack |
The method removes one or more rows from the bottom of the matrix
(Inherited from Mat.) |
![]() | PushBack |
Adds elements to the bottom of the matrix
(Inherited from Mat.) |
![]() | ReleaseManagedResources |
Release the managed resources. 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.) |
![]() | Reshape |
Changes the shape and/or the number of channels of a 2D matrix without copying the data.
(Inherited from Mat.) |
![]() | Row |
Creates a matrix header for the specified matrix row.
(Inherited from Mat.) |
![]() | Save |
Save this image to the specific file.
(Inherited from Mat.) |
![]() | SetTo(IInputArray, IInputArray) |
Set the mat to the specific value
(Inherited from Mat.) |
![]() | SetTo(MCvScalar, IInputArray) |
Set the mat to the specific value
(Inherited from Mat.) |
![]() | SetToT(T) |
Copy data from managed array to this Mat
(Inherited from Mat.) |
![]() | Split |
Split current Image into an array of gray scale images where each element
in the array represent a single color channel of the original image
(Inherited from Mat.) |
![]() | ToImageTColor, TDepth |
Convert this Mat to Image
(Inherited from Mat.) |
![]() | ToString | (Inherited from Object.) |