Click or drag to resize

CudaInvokeGpuMatResize Method

http://www.emgu.com
Resize the GpuMat

Namespace:  Emgu.CV.Cuda
Assembly:  Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
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