Click or drag to resize

GpuMat Constructor (GpuMat)

creates a matrix for other matrix

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

Parameters

m
Type: OpenCvSharp.CudaGpuMat
GpuMat that (as a whole) is assigned to the constructed matrix.
See Also