Click or drag to resize

GpuMatToMat Method

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
Syntax
public Mat ToMat()

Return Value

Type: Mat
The Mat that contains the same data as this GpuMat
See Also