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