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: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic SparseMat(
Mat m
)
Public Sub New (
m As Mat
)
public:
SparseMat(
Mat^ m
)
new :
m : Mat -> SparseMat
OpenCvSharp.SparseMat = function(m);
Parameters
- m
- Type: OpenCvSharpMat
cv::Mat object
See Also