Click or drag to resize
SparseMatrixTDepth Constructor
http://www.emgu.com
Create a sparse matrix of the specific dimension

Namespace: Emgu.CV
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public SparseMatrix(
	int[] dimension
)

Parameters

dimension
Type: SystemInt32
The dimension of the sparse matrix
See Also