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

Parameters

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