Click or drag to resize

SparseMat Constructor (Mat)

converts old-style CvMat to the new matrix; the data is not copied by default

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public SparseMat(
	Mat m
)

Parameters

m
Type: OpenCvSharpMat
cv::Mat object
See Also