SparseMat Constructor (CvSparseMat) OpenCvSharp Class Library
converts old-style CvSparseMat to the new matrix; the data is not copied by default

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public SparseMat(
	CvSparseMat m
)

Parameters

m
Type: OpenCvSharpCvSparseMat
Old style CvSparseMat object
See Also

Reference