Create a sparse matrix of the specific dimension

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public SparseMatrix(
	int[] dimension
)
Public Sub New ( _
	dimension As Integer() _
)
public:
SparseMatrix(
	array<int>^ dimension
)

Parameters

dimension
array<Int32>[]()[][]
The dimension of the sparse matrix

See Also