Click or drag to resize

GpuMat Constructor (Mat)

creates a matrix for other matrix

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

Parameters

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