Click or drag to resize

GpuMatCopyTo Method (GpuMat, GpuMat)

copies those matrix elements to "m" that are marked with non-zero mask elements.

Namespace:  OpenCvSharp.Cuda
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
public void CopyTo(
	GpuMat m,
	GpuMat mask
)

Parameters

m
Type: OpenCvSharp.CudaGpuMat
mask
Type: OpenCvSharp.CudaGpuMat
See Also