| 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
)
Public Sub New (
m As Mat
)
public:
SparseMat(
Mat^ m
)
new :
m : Mat -> SparseMat
Parameters
- m
- Type: OpenCvSharpMat
cv::Mat object
See Also