Downloads data from device to host memory. Blocking calls.

Namespace: Emgu.CV.GPU
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.2.1.1106 (2.2.1.1106)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static void gpuMatDownload(
	IntPtr gpuMat,
	IntPtr arr
)
Public Shared Sub gpuMatDownload ( _
	gpuMat As IntPtr, _
	arr As IntPtr _
)
public:
static void gpuMatDownload(
	IntPtr gpuMat, 
	IntPtr arr
)

Parameters

gpuMat
IntPtr
The source GpuMat
arr
IntPtr
The CvArray where data will be downloaded to

See Also