http://www.emgu.com
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Downloads data from device to host memory. Blocking calls
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public void Download( CvArray<TDepth> arr ) |
Visual Basic |
---|
Public Sub Download ( _ arr As CvArray(Of TDepth) _ ) |
Visual C++ |
---|
public: void Download( CvArray<TDepth>^ arr ) |
Parameters
- arr
- Type: Emgu.CV..::..CvArray<(Of <(<'TDepth>)>)>
The destination CvArray where the GpuMat data will be downloaded to.