Create a sparse matrix of the specific dimension
Namespace:
Emgu.CV
Assembly:
Emgu.CV (in Emgu.CV.dll) Version: 2.1.0.793 (2.1.0.793)
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