SparseMatrixTDepth Constructor |
http://www.emgu.com
Create a sparse matrix of the specific dimension
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic SparseMatrix(
int[] dimension
)
Public Sub New (
dimension As Integer()
)
public:
SparseMatrix(
array<int>^ dimension
)
new :
dimension : int[] -> SparseMatrix
Parameters
- dimension
- Type: SystemInt32
The dimension of the sparse matrix
See Also