GpuMat Conversion (GpuMat to Mat)
|
converts header to Mat
Namespace:
OpenCvSharp.Cuda
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic static implicit operator Mat (
GpuMat gpumat
)
Public Shared Widening Operator CType (
gpumat As GpuMat
) As Mat
static implicit operator Mat^ (
GpuMat^ gpumat
)
F# does not support the declaration of new casting operators.
JavaScript does not support the declaration of new casting operators.
Parameters
- gpumat
- Type: OpenCvSharp.CudaGpuMat
Return Value
Type:
Mat
See Also