| 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: 1.0.0
Syntax public void CopyTo(
SparseMat m
)
Public Sub CopyTo (
m As SparseMat
)
public:
void CopyTo(
SparseMat^ m
)
member CopyTo :
m : SparseMat -> unit
Parameters
- m
- Type: OpenCvSharpSparseMat
[Missing <param name="m"/> documentation for "M:OpenCvSharp.SparseMat.CopyTo(OpenCvSharp.SparseMat)"]
See Also