http://www.emgu.com
Convert the GpuMat to Mat
Namespace:
Emgu.CV.Cuda
Assembly:
Emgu.CV.Platform.NetStandard (in Emgu.CV.Platform.NetStandard.dll) Version: 4.3.0.3890
SyntaxPublic Function ToMat As Mat
member ToMat : unit -> Mat
Return Value
Type:
MatThe Mat that contains the same data as this GpuMat
See Also