The Matrix<(Of <(TDepth>)>) type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | Matrix<(Of <(TDepth>)>) | Overloaded. |
Methods
Name | Description | |
---|---|---|
![]() | _And |
Inplace And operation with src2 (Inherited from CvArray<(Of <(TDepth>)>).) |
![]() | _Max | Overloaded. |
![]() | _Min | Overloaded. |
![]() | _Mul | Overloaded. |
![]() | _Not |
Inplace compute the complement for all array elements
(Inherited from CvArray<(Of <(TDepth>)>).) |
![]() | _Or |
Inplace Or operation with src2 (Inherited from CvArray<(Of <(TDepth>)>).) |
![]() | Add | Overloaded. |
![]() | AllocateData |
Allocate data for the array
(Overrides CvArray<(Of <(TDepth>)>)..::.AllocateData(Int32, Int32, Int32).) |
![]() | Clone |
Make a copy of this matrix
|
![]() | Cmp |
This function compare the current matrix with mat2 and returns the comparison mask
|
![]() | ConcateHorizontal |
Concate the current matrix with another matrix horizontally. If this matrix is n x m1 and otherMatrix is n x m2, the resulting matrix is n x (m1 + m2).
|
![]() | ConcateVertical |
Concate the current matrix with another matrix vertically. If this matrix is n1 x m and otherMatrix is n2 x m, the resulting matrix is (n1+n2) x m.
|
![]() | Convert<(Of <(TOtherDepth>)>) |
Convert this matrix to different depth
|
![]() | CopyBlank |
Return a matrix of the same size with all elements equals 0
|
![]() | CopyTo |
Copy the current array to dest (Inherited from CvArray<(Of <(TDepth>)>).) |
![]() | DeserializeObjectData |
A function used for runtime deserailization of the object
(Inherited from CvArray<(Of <(TDepth>)>).) |
![]() | Dispose |
The dispose function that implements IDisposable interface
(Inherited from DisposableObject.) |
![]() | DisposeObject |
Release the matrix and all the memory associate with it
(Overrides CvArray<(Of <(TDepth>)>)..::.DisposeObject()()().) |
![]() | DotProduct |
Calculates and returns the Euclidean dot product of two arrays.
src1 dot src2 = sumI(src1(I)*src2(I))
(Inherited from CvArray<(Of <(TDepth>)>).) |
![]() | Equals | Overloaded. |
![]() | Finalize |
Destructor
(Inherited from DisposableObject.) |
![]() | GetCol |
Get the specific column of the matrix
|
![]() | GetCols |
Get the Matrix, corresponding to a specified column span of the input array
|
![]() | GetDiag | Overloaded. |
![]() | GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetObjectData |
A function used for runtime serilization of the object
(Inherited from CvArray<(Of <(TDepth>)>).) |
![]() | GetRow |
Get the specific row of the matrix
|
![]() | GetRows |
Return the matrix corresponding to a specified row span of the input array
|
![]() | GetSchema |
Get the xml schema
(Inherited from CvArray<(Of <(TDepth>)>).) |
![]() | GetSubMatrix | Obsolete.
Get a submatrix corresponding to a specified rectangle
|
![]() | GetSubRect |
Get a submatrix corresponding to a specified rectangle
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | MinMax |
Returns the min / max locations and values for the matrix
|
![]() | Mul | Overloaded. |
![]() | ReadXml |
Function to call when deserializing this object from XML
(Inherited from CvArray<(Of <(TDepth>)>).) |
![]() | Reduce<(Of <(TOtherDepth>)>) |
Reduces matrix to a vector by treating the matrix rows/columns as a set of 1D vectors and performing the specified operation on the vectors until a single row/column is obtained.
(Inherited from CvArray<(Of <(TDepth>)>).) |
![]() | ReleaseManagedResources |
Release the managed resouces. 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.) |
![]() | RemoveCols |
Return the matrix without a specified column span of the input array
|
![]() | RemoveRows |
Return the matrix without a specified row span of the input array
|
![]() | Reshape |
Get reshaped matrix which also share the same data with the current matrix
|
![]() | Save |
Save the CvArray as image
(Inherited from CvArray<(Of <(TDepth>)>).) |
![]() | SetIdentity | Overloaded. |
![]() | SetRandNormal | Overloaded. |
![]() | SetRandUniform | Overloaded. |
![]() | SetValue | Overloaded. |
![]() | SetZero |
Set the values to zero
(Inherited from CvArray<(Of <(TDepth>)>).) |
![]() | Split |
Get all channels for the multi channel matrix
|
![]() | Sub | Overloaded. |
![]() | SubR |
result = val - this
|
![]() | ToString | (Inherited from Object.) |
![]() | Transpose | Returns the transpose of this matrix |
![]() | WriteXml |
Function to call when serializing this object to XML
(Inherited from CvArray<(Of <(TDepth>)>).) |
Operators
Name | Description | |
---|---|---|
![]() ![]() | Addition | Overloaded. |
![]() ![]() | Division | mat1 / val |
![]() ![]() | Multiply | Overloaded. |
![]() ![]() | Subtraction | Overloaded. |
Fields
Name | Description | |
---|---|---|
![]() | _dataHandle |
The pinned GCHandle to _array;
(Inherited from CvArray<(Of <(TDepth>)>).) |
![]() | _ptr |
A pointer to the unmanaged object
(Inherited from UnmanagedObject.) |
Properties
Name | Description | |
---|---|---|
![]() | Bytes |
Get or Set an Array of bytes that represent the data in this array
(Inherited from CvArray<(Of <(TDepth>)>).) |
![]() | Cols |
The number of cols for this array
(Inherited from CvArray<(Of <(TDepth>)>).) |
![]() | Data |
Get or Set the data for this matrix
|
![]() | Det |
The function cvDet returns determinant of the square matrix
|
![]() | Height |
Get the height (#Rows) of the cvArray.
If ROI is set, the height of the ROI
(Inherited from CvArray<(Of <(TDepth>)>).) |
![]() | Item |
Get or Set the value in the specific row and col |
![]() | ManagedArray |
Get the underneath managed array
(Overrides CvArray<(Of <(TDepth>)>)..::.ManagedArray.) |
![]() | MCvMat |
The MCvMat structure format
|
![]() | Norm |
The norm of this Array
(Inherited from CvArray<(Of <(TDepth>)>).) |
![]() | NumberOfChannels |
Get the number of channels for this matrix
(Overrides CvArray<(Of <(TDepth>)>)..::.NumberOfChannels.) |
![]() | Ptr | The pointer to the internal structure (Inherited from CvArray<(Of <(TDepth>)>).) |
![]() | Rows |
The number of rows for this array
(Inherited from CvArray<(Of <(TDepth>)>).) |
![]() | SerializationCompressionRatio |
Get or set the Compression Ratio for serialization. A number between 0 - 9.
0 means no compression at all, while 9 means best compression
(Inherited from CvArray<(Of <(TDepth>)>).) |
![]() | Size |
Get the size of the array
(Inherited from CvArray<(Of <(TDepth>)>).) |
![]() | Sum |
Return the sum of the elements in this matrix
|
![]() | Trace |
Sum of diagonal elements of the matrix
(Inherited from CvArray<(Of <(TDepth>)>).) |
![]() | Width |
Get the width (#Cols) of the cvArray.
If ROI is set, the width of the ROI
(Inherited from CvArray<(Of <(TDepth>)>).) |