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