Click or drag to resize

NativeMethodsimgproc_resize Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_resize(
	IntPtr src,
	IntPtr dst,
	Size dsize,
	double fx,
	double fy,
	int interpolation
)

Parameters

src
Type: SystemIntPtr

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

dst
Type: SystemIntPtr

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

dsize
Type: OpenCvSharpSize

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

fx
Type: SystemDouble

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

fy
Type: SystemDouble

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

interpolation
Type: SystemInt32

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

Return Value

Type: ExceptionStatus

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

See Also