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: 3.4.1.20180605-33-CaRLSharp
Syntax
public void CopyTo(
	SparseMat m
)

Parameters

m
Type: OpenCvSharpSparseMat
See Also