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