SparseMat Constructor |
| Name | Description | |
|---|---|---|
| SparseMat |
Creates empty SparseMat
| |
| SparseMat(IntPtr) |
Creates from native cv::SparseMat* pointer
| |
| 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
|