Click or drag to resize
CudaInvokeGpuMatResize Method
http://www.emgu.com
Resize the GpuMat

Namespace: Emgu.CV.Cuda
Assembly: Emgu.CV.Cuda (in Emgu.CV.Cuda.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntax
public static void GpuMatResize(
	IntPtr src,
	IntPtr dst,
	Inter interpolation,
	IntPtr stream
)

Parameters

src
Type: SystemIntPtr
The input GpuMat
dst
Type: SystemIntPtr
The resulting GpuMat
interpolation
Type: Emgu.CV.CvEnumInter
The interpolation type
stream
Type: SystemIntPtr
Use a Stream to call the function asynchronously (non-blocking) or IntPtr.Zero to call the function synchronously (blocking).
See Also