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

Parameters

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