http://www.emgu.com
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.3.0.1416 (2.3.0.1416)
Copy the source GpuMat to destination GpuMat, using an optional mask.
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 Copy( IntPtr src, IntPtr dst, IntPtr mask ) |
Visual Basic |
---|
Public Shared Sub Copy ( _ src As IntPtr, _ dst As IntPtr, _ mask As IntPtr _ ) |
Visual C++ |
---|
public: static void Copy( IntPtr src, IntPtr dst, IntPtr mask ) |
Parameters
- src
- Type: System..::..IntPtr
The GpuMat to be copied from
- dst
- Type: System..::..IntPtr
The GpuMat to be copied to
- mask
- Type: System..::..IntPtr
The optional mask, use IntPtr.Zero if not needed.