SparseMat Constructor (Mat) OpenCvSharp Class Library
converts old-style CvMat 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(
	Mat m
)

Parameters

m
Type: OpenCvSharp.CPlusPlusMat
cv::Mat object
See Also

Reference