A MatND is a wrapper to cvMatND of OpenCV.

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.649 (2.1.0.649)

Syntax

         
 C#  Visual Basic  Visual C++ 
[SerializableAttribute]
public class MatND<TDepth> : CvArray<TDepth>, 
	IEquatable<MatND<TDepth>>
where TDepth : new()
<SerializableAttribute> _
Public Class MatND(Of TDepth As New) _
	Inherits CvArray(Of TDepth) _
	Implements IEquatable(Of MatND(Of TDepth))
[SerializableAttribute]
generic<typename TDepth>
where TDepth : gcnew()
public ref class MatND : public CvArray<TDepth>, 
	IEquatable<MatND<TDepth>^>

Type Parameters

TDepth
The type of depth

Members

               
 All Members  Constructors   Fields   Properties   Methods  
 Public

 Protected
 Instance

 Static 
 Declared

 Inherited
 XNA Framework Only 

 .NET Compact Framework Only 

 MemberDescription
MatND<(Of <(TDepth>)>)(array<Int32>[]()[])
Create a N-dimensional matrix
MatND<(Of <(TDepth>)>)(SerializationInfo, StreamingContext)
Constructor used to deserialize runtime serialized object
_And(CvArray<(Of <(TDepth>)>))
Inplace And operation with src2
(Inherited from CvArray<(Of <(TDepth>)>).)
_dataHandle
The pinned GCHandle to _array;
(Inherited from CvArray<(Of <(TDepth>)>).)
_Max(CvArray<(Of <(TDepth>)>))
Inplace elementwise maximize the current Array with other
(Inherited from CvArray<(Of <(TDepth>)>).)
_Max(Double)
Inplace compute the elementwise maximum value with val
(Inherited from CvArray<(Of <(TDepth>)>).)
_Min(CvArray<(Of <(TDepth>)>))
Inplace elementwise minimize the current Array with other
(Inherited from CvArray<(Of <(TDepth>)>).)
_Min(Double)
Inplace compute the elementwise minimum value
(Inherited from CvArray<(Of <(TDepth>)>).)
_Mul(CvArray<(Of <(TDepth>)>))
Inplace elementwise multiply the current Array with src2
(Inherited from CvArray<(Of <(TDepth>)>).)
_Mul(Double)
Inplace multiply elements of the Array by scale
(Inherited from CvArray<(Of <(TDepth>)>).)
_Not()()()
Inplace compute the complement for all array elements
(Inherited from CvArray<(Of <(TDepth>)>).)
_Or(CvArray<(Of <(TDepth>)>))
Inplace Or operation with src2
(Inherited from CvArray<(Of <(TDepth>)>).)
_ptr
A pointer to the unmanaged object
(Inherited from UnmanagedObject.)
AllocateData(Int32, Int32, Int32)
This function is not implemented for MatND
(Overrides CvArray<(Of <(TDepth>)>)..::.AllocateData(Int32, Int32, Int32).)
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>)>).)
Convert<(Of <(TOtherDepth>)>)()()()
Convert this matrix to different depth
CopyTo(CvArray<(Of <(TDepth>)>))
Copy the current array to dest
(Inherited from CvArray<(Of <(TDepth>)>).)
CvDepth
Get the depth representation for openCV
DeserializeObjectData(SerializationInfo, StreamingContext)
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(CvArray<(Of <(TDepth>)>))
Calculates and returns the Euclidean dot product of two arrays. src1 dot src2 = sumI(src1(I)*src2(I))
(Inherited from CvArray<(Of <(TDepth>)>).)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Equals(MatND<(Of <(TDepth>)>))
Check if the two MatND are equal
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 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.)
Height
Get the height (#Rows) of the cvArray. If ROI is set, the height of the ROI
(Inherited from CvArray<(Of <(TDepth>)>).)
ManagedArray
Get the underneath managed array
(Overrides CvArray<(Of <(TDepth>)>)..::.ManagedArray.)
MCvMatND
The MCvMatND structure
MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
Norm
The norm of this Array
(Inherited from CvArray<(Of <(TDepth>)>).)
NumberOfChannels
This function is not implemented for MatND
(Overrides CvArray<(Of <(TDepth>)>)..::.NumberOfChannels.)
Ptr
The pointer to the internal structure
(Inherited from CvArray<(Of <(TDepth>)>).)
ReadXml(XmlReader)
Not Implemented
(Overrides CvArray<(Of <(TDepth>)>)..::.ReadXml(XmlReader).)
Reduce<(Of <(TOtherDepth>)>)(CvArray<(Of <(TOtherDepth>)>), REDUCE_DIMENSION, REDUCE_TYPE)
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.)
Rows
The number of rows for this array
(Inherited from CvArray<(Of <(TDepth>)>).)
Save(String)
Save the CvArray as image
(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>)>).)
SetIdentity()()()
Initialize the identity matrix
(Inherited from CvArray<(Of <(TDepth>)>).)
SetIdentity(MCvScalar)
Initializs scaled identity matrix
(Inherited from CvArray<(Of <(TDepth>)>).)
SetRandNormal(MCvScalar, MCvScalar)
Inplace fills Array with normally distributed random numbers
(Inherited from CvArray<(Of <(TDepth>)>).)
SetRandNormal(UInt64, MCvScalar, MCvScalar)
Inplace fills Array with normally distributed random numbers
(Inherited from CvArray<(Of <(TDepth>)>).)
SetRandUniform(MCvScalar, MCvScalar)
Inplace fills Array with uniformly distributed random numbers
(Inherited from CvArray<(Of <(TDepth>)>).)
SetRandUniform(UInt64, MCvScalar, MCvScalar)
Inplace fills Array with uniformly distributed random numbers
(Inherited from CvArray<(Of <(TDepth>)>).)
SetValue(MCvScalar)
Set the element of the Array to val
(Inherited from CvArray<(Of <(TDepth>)>).)
SetValue(Double)
Set the element of the Array to val
(Inherited from CvArray<(Of <(TDepth>)>).)
SetValue(MCvScalar, CvArray<(Of <(Byte>)>))
Set the element of the Array to val, using the specific mask
(Inherited from CvArray<(Of <(TDepth>)>).)
SetValue(Double, CvArray<(Of <(Byte>)>))
Set the element of the Array to val, using the specific mask
(Inherited from CvArray<(Of <(TDepth>)>).)
SetZero()()()
Set the values to zero
(Inherited from CvArray<(Of <(TDepth>)>).)
Size
Get the size of the array
(Inherited from CvArray<(Of <(TDepth>)>).)
ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
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>)>).)
WriteXml(XmlWriter)
Not Implemented
(Overrides CvArray<(Of <(TDepth>)>)..::.WriteXml(XmlWriter).)

Inheritance Hierarchy

System..::.Object
  Emgu.Util..::.DisposableObject
    Emgu.Util..::.UnmanagedObject
      Emgu.CV..::.CvArray<(Of <(TDepth>)>)
        Emgu.CV..::.MatND<(Of <(TDepth>)>)

See Also