Click or drag to resize

MatCopyTo Method (OutputArray, InputArray)

Copies the matrix to another one.

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public void CopyTo(
	OutputArray m,
	InputArray mask = null
)

Parameters

m
Type: OpenCvSharpOutputArray
Destination matrix. If it does not have a proper size or type before the operation, it is reallocated.
mask (Optional)
Type: OpenCvSharpInputArray
Operation mask. Its non-zero elements indicate which matrix elements need to be copied.
See Also