Copy the src GpuMat to dst GpuMat asyncronously
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.2.1.1150 (2.2.1.1150)
Syntax
C# | Visual Basic | Visual C++ |
Parameters
- src
- GpuMat<(Of <(<'TDepth>)>)>
The source matrix
- dst
- GpuMat<(Of <(<'TDepth>)>)>
The destination matrix. Must be the same size and same number of channels
Type Parameters
- TDepth
- The type of depth for the GpuMat