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.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public SparseMatrix(
	int[] dimension
)

Parameters

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