Creates sparse array (cvCreateSparseMat).
Namespace: OpenCvSharp
Assembly: OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
Parameters
- dims
- Type: SystemInt32
Number of array dimensions. As opposite to the dense matrix, the number of dimensions is practically unlimited (up to 2^16). - sizes
- Type: SystemInt32
Array of dimension sizes. - type
- Type: OpenCvSharpMatrixType
Type of array elements.
See Also