http://www.emgu.com
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Create a sparse matrix of the specific dimension
Namespace: Emgu.CVAssembly: Emgu.CV (in Emgu.CV.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public SparseMatrix( int[] dimension ) |
Visual Basic |
---|
Public Sub New ( _ dimension As Integer() _ ) |
Visual C++ |
---|
public: SparseMatrix( array<int>^ dimension ) |
Parameters
- dimension
- Type: array<System..::..Int32>[]()[][]
The dimension of the sparse matrix