Mat Methods |
The Mat type exposes the following members.
Name | Description | |
---|---|---|
![]() | Clone |
Make a clone of the current Mat
|
![]() | Col |
Creates a matrix header for the specified matrix column.
|
![]() | ConvertTo |
Converts an array to another data type with optional scaling.
|
![]() | CopyTo(IOutputArray, IInputArray) |
Copy the data in this cv::Mat to an output array
|
![]() | CopyToT(T) |
Copy data from this Mat to the managed array
|
![]() | Create |
Allocates new array data if needed.
|
![]() | Cross |
Computes a cross-product of two 3-element vectors.
|
![]() | DeserializeObjectData |
A function used for runtime deserailization of the object
|
![]() | Diag |
Extracts a diagonal from a matrix. The method makes a new header for the specified matrix diagonal. The new matrix is represented as a single-column matrix. Similarly to Mat::row and Mat::col, this is an O(1) operation.
|
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release all the unmanaged memory associated with this object.
(Overrides MatDataAllocatorDisposeObject.) |
![]() | Dot |
Computes a dot-product of two vectors.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Equals(Mat) |
Compares two Mats and check if they are equal
|
![]() ![]() | Eye |
Returns an identity matrix of the specified size and type.
|
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | GetData |
Get a copy of the data values as an array
|
![]() | GetDataPointer |
Get a pointer to the raw data given the specific index
|
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetInputArray |
Pointer to the InputArray
|
![]() | GetInputOutputArray |
Pointer to the InputOutputArray
|
![]() | GetObjectData |
A function used for runtime serialization of the object
|
![]() | GetOutputArray |
Pointer to the OutputArray
|
![]() | GetRawData |
Gets the binary data from the specific indices.
|
![]() | GetType | (Inherited from Object.) |
![]() | GetUMat |
Convert this Mat to UMat
|
![]() | GetValueRange |
Get the minimum and maximum value across all channels of the mat
|
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | MinMax |
Returns the min / max location and values for the image
|
![]() ![]() | Ones |
Returns an array of all 1's of the specified size and type.
|
![]() | PopBack |
The method removes one or more rows from the bottom of the matrix
|
![]() | PushBack |
Adds elements to the bottom of the matrix
|
![]() | 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.
|
![]() | Row |
Creates a matrix header for the specified matrix row.
|
![]() | Save |
Save this image to the specific file.
|
![]() | SetTo(IInputArray, IInputArray) |
Set the mat to the specific value
|
![]() | SetTo(MCvScalar, IInputArray) |
Set the mat to the specific value
|
![]() | SetToT(T) |
Copy data from managed array to this 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
|
![]() | T |
Transposes a matrix.
|
![]() | ToImageTColor, TDepth |
Convert this Mat to Image
|
![]() | ToString | (Inherited from Object.) |
![]() ![]() | Zeros |
Returns a zero array of the specified size and type.
|
Name | Description | |
---|---|---|
![]() | ForEachDuplicateChannel(ActionIInputArray, Int32) | Overloaded.
Apply converter and compute result for each channel of the image, for single channel image, apply converter directly, for multiple channel image, make a copy of each channel to a temperary image and apply the convertor
(Defined by IInputArrayExtensions.) |
![]() | ForEachDuplicateChannelTReturn(FuncIInputArray, Int32, TReturn) | Overloaded.
Apply converter and compute result for each channel of the image, for single channel image, apply converter directly, for multiple channel image, make a copy of each channel to a temperary image and apply the convertor
(Defined by IInputArrayExtensions.) |
![]() | IsUmat |
Determines whether the specified input array is umat.
(Defined by IInputArrayExtensions.) |