GpuMat Constructor (GpuMat)
|
creates a matrix for other matrix
Namespace:
OpenCvSharp.Cuda
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic GpuMat(
GpuMat m
)
Public Sub New (
m As GpuMat
)
public:
GpuMat(
GpuMat^ m
)
new :
m : GpuMat -> GpuMat
OpenCvSharp.Cuda.GpuMat = function(m);
Parameters
- m
- Type: OpenCvSharp.CudaGpuMat
GpuMat that (as a whole) is assigned to the constructed matrix.
See Also