http://www.emgu.com
Assembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.4.2.1777 (2.4.2.1777)
Resize the GpuMat
Namespace: Emgu.CV.GPUAssembly: Emgu.CV.GPU (in Emgu.CV.GPU.dll) Version: 2.4.2.1777 (2.4.2.1777)
Syntax
C# |
---|
public static void GpuMatResize( IntPtr src, IntPtr dst, INTER interpolation, IntPtr stream ) |
Visual Basic |
---|
Public Shared Sub GpuMatResize ( _ src As IntPtr, _ dst As IntPtr, _ interpolation As INTER, _ stream As IntPtr _ ) |
Visual C++ |
---|
public: static void GpuMatResize( IntPtr src, IntPtr dst, INTER interpolation, IntPtr stream ) |
Parameters
- src
- Type: System..::..IntPtr
The input GpuMat
- dst
- Type: System..::..IntPtr
The resulting GpuMat
- interpolation
- Type: Emgu.CV.CvEnum..::..INTER
The interpolation type
- stream
- Type: System..::..IntPtr
Use a Stream to call the function asynchronously (non-blocking) or IntPtr.Zero to call the function synchronously (blocking).