Click or drag to resize

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
)

Parameters

m
Type: OpenCvSharpSparseMat

[Missing <param name="m"/> documentation for "M:OpenCvSharp.SparseMat.CopyTo(OpenCvSharp.SparseMat)"]

See Also