creates a matrix for other matrix
Namespace:
OpenCvSharp.Cuda
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
SyntaxPublic Sub New (
m As Mat
)
OpenCvSharp.Cuda.GpuMat = function(m);
Parameters
- m
- Type: OpenCvSharp.Mat
Array that (as a whole) is assigned to the constructed matrix.
See Also