Click or drag to resize

MatCopyTo Method (Mat)

Copies the matrix to another one.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public void CopyTo(
	Mat m
)

Parameters

m
Type: OpenCvSharpMat
Destination matrix. If it does not have a proper size or type before the operation, it is reallocated.
See Also