SparseMatCopyTo Method (SparseMat)
|
copies all the data to the destination matrix. All the previous content of m is erased.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic void CopyTo(
SparseMat m
)
Public Sub CopyTo (
m As SparseMat
)
public:
void CopyTo(
SparseMat^ m
)
member CopyTo :
m : SparseMat -> unit
Parameters
- m
- Type: OpenCvSharpSparseMat
See Also