http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Create a sparse matrix
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public class SparseMatrix<TDepth> : UnmanagedObject where TDepth : new() |
Visual Basic |
---|
Public Class SparseMatrix(Of TDepth As New) _ Inherits UnmanagedObject |
Visual C++ |
---|
generic<typename TDepth> where TDepth : gcnew() public ref class SparseMatrix : public UnmanagedObject |
Type Parameters
- TDepth
- The type of elements in this matrix
Inheritance Hierarchy
System..::..Object
Emgu.Util..::..DisposableObject
Emgu.Util..::..UnmanagedObject
Emgu.CV..::..SparseMatrix<(Of <(<'TDepth>)>)>
Emgu.Util..::..DisposableObject
Emgu.Util..::..UnmanagedObject
Emgu.CV..::..SparseMatrix<(Of <(<'TDepth>)>)>