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.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public void Download(
	IOutputArray arr
)

Parameters

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