SparseMat Constructor OpenCvSharp Class Library
Overload List

  NameDescription
Public methodSparseMat
Creates empty SparseMat
Public methodSparseMat(IntPtr)
Creates from native cv::SparseMat* pointer
Public methodSparseMat(CvSparseMat)
converts old-style CvSparseMat to the new matrix; the data is not copied by default
Public methodSparseMat(Mat)
converts old-style CvMat to the new matrix; the data is not copied by default
Public methodSparseMat(IEnumerableInt32, MatType)
constructs n-dimensional sparse matrix
Top
See Also

Reference