GpuMat Constructor (Mat) OpenCvSharp Class Library
creates a matrix for other matrix

Namespace:  OpenCvSharp.CPlusPlus.Gpu
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public GpuMat(
	Mat m
)

Parameters

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

Reference