http://www.emgu.com
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Copy the src GpuMat to dst GpuMat asyncronously
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 Copy<TDepth>( GpuMat<TDepth> src, GpuMat<TDepth> dst ) where TDepth : new() |
Visual Basic |
---|
Public Sub Copy(Of TDepth As New) ( _ src As GpuMat(Of TDepth), _ dst As GpuMat(Of TDepth) _ ) |
Visual C++ |
---|
public: generic<typename TDepth> where TDepth : gcnew() void Copy( GpuMat<TDepth>^ src, GpuMat<TDepth>^ dst ) |
Parameters
- src
- Type: Emgu.CV.GPU..::..GpuMat<(Of <(<'TDepth>)>)>
The source matrix
- dst
- Type: Emgu.CV.GPU..::..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