The MatND<(Of <(TDepth>)>) type exposes the following members.
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>)>).) | |
| AllocateData |
This function is not implemented for MatND
(Overrides CvArray<(Of <(TDepth>)>)..::.AllocateData(Int32, Int32, Int32).) | |
| Convert<(Of <(TOtherDepth>)>) |
Convert this matrix to different depth
| |
| CopyTo |
Copy the current array to dest (Inherited from CvArray<(Of <(TDepth>)>).) | |
| DeserializeObjectData |
A function used for runtime deserailization of the object
(Overrides CvArray<(Of <(TDepth>)>)..::.DeserializeObjectData(SerializationInfo, StreamingContext).) | |
| 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.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetObjectData |
A function used for runtime serilization of the object
(Overrides CvArray<(Of <(TDepth>)>)..::.GetObjectData(SerializationInfo, StreamingContext).) | |
| GetSchema |
Get the xml schema
(Inherited from CvArray<(Of <(TDepth>)>).) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ReadXml |
Not Implemented
(Overrides CvArray<(Of <(TDepth>)>)..::.ReadXml(XmlReader).) | |
| 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.) | |
| 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>)>).) | |
| ToString | (Inherited from Object.) | |
| WriteXml |
Not Implemented
(Overrides CvArray<(Of <(TDepth>)>)..::.WriteXml(XmlWriter).) |