http://www.emgu.com
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Pefroms blocking upload data to GpuMat.
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Syntax
C# |
---|
public static void GpuMatUpload( IntPtr gpuMat, IntPtr arr ) |
Visual Basic |
---|
Public Shared Sub GpuMatUpload ( _ gpuMat As IntPtr, _ arr As IntPtr _ ) |
Visual C++ |
---|
public: static void GpuMatUpload( IntPtr gpuMat, IntPtr arr ) |
Parameters
- gpuMat
- Type: System..::..IntPtr
The destination gpuMat
- arr
- Type: System..::..IntPtr
The CvArray to be uploaded to GPU