Click or drag to resize
GpuMatDownload Method
http://www.emgu.com
Downloads data from device to host memory. Blocking calls

Namespace: Emgu.CV.Cuda
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public void Download(
	IOutputArray arr
)

Parameters

arr
Type: Emgu.CVIOutputArray
The destination CvArray where the GpuMat data will be downloaded to.
See Also