Method FromMat
- Namespace
- OpenCvSharp
- Assembly
- OpenCvSharp.dll
FromMat(Mat)
Creates a typed sparse matrix from a dense Mat. The Mat type must match
T.
public static SparseMat<T> FromMat(Mat mat)
Parameters
matMat
Returns
- SparseMat<T>
Creates a typed sparse matrix from a dense Mat. The Mat type must match
T.
public static SparseMat<T> FromMat(Mat mat)
mat Mat