http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
A MatND is a wrapper to cvMatND of OpenCV.
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
[SerializableAttribute] public class MatND<TDepth> : CvArray<TDepth>, IEquatable<MatND<TDepth>> where TDepth : new() |
Visual Basic |
---|
<SerializableAttribute> _ Public Class MatND(Of TDepth As New) _ Inherits CvArray(Of TDepth) _ Implements IEquatable(Of MatND(Of TDepth)) |
Visual C++ |
---|
[SerializableAttribute] generic<typename TDepth> where TDepth : gcnew() public ref class MatND : public CvArray<TDepth>, IEquatable<MatND<TDepth>^> |
Type Parameters
- TDepth
- The type of depth
Inheritance Hierarchy
System..::..Object
Emgu.Util..::..DisposableObject
Emgu.Util..::..UnmanagedObject
Emgu.CV..::..CvArray<(Of <(<'TDepth>)>)>
Emgu.CV..::..MatND<(Of <(<'TDepth>)>)>
Emgu.Util..::..DisposableObject
Emgu.Util..::..UnmanagedObject
Emgu.CV..::..CvArray<(Of <(<'TDepth>)>)>
Emgu.CV..::..MatND<(Of <(<'TDepth>)>)>