NativeMethodsimgproc_resize Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_resize(System.IntPtr,System.IntPtr,OpenCvSharp.CvSize,System.Double,System.Double,System.Int32)"]

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void imgproc_resize(
	IntPtr src,
	IntPtr dst,
	CvSize dsize,
	double fx,
	double fy,
	int interpolation
)

Parameters

src
Type: SystemIntPtr

[Missing <param name="src"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_resize(System.IntPtr,System.IntPtr,OpenCvSharp.CvSize,System.Double,System.Double,System.Int32)"]

dst
Type: SystemIntPtr

[Missing <param name="dst"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_resize(System.IntPtr,System.IntPtr,OpenCvSharp.CvSize,System.Double,System.Double,System.Int32)"]

dsize
Type: OpenCvSharpCvSize

[Missing <param name="dsize"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_resize(System.IntPtr,System.IntPtr,OpenCvSharp.CvSize,System.Double,System.Double,System.Int32)"]

fx
Type: SystemDouble

[Missing <param name="fx"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_resize(System.IntPtr,System.IntPtr,OpenCvSharp.CvSize,System.Double,System.Double,System.Int32)"]

fy
Type: SystemDouble

[Missing <param name="fy"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_resize(System.IntPtr,System.IntPtr,OpenCvSharp.CvSize,System.Double,System.Double,System.Int32)"]

interpolation
Type: SystemInt32

[Missing <param name="interpolation"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_resize(System.IntPtr,System.IntPtr,OpenCvSharp.CvSize,System.Double,System.Double,System.Int32)"]

See Also

Reference