Click or drag to resize

NativeMethods.imgproc_pyrDown Method

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntax
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, 
	ExactSpelling = true)]
public static void imgproc_pyrDown(
	IntPtr src,
	IntPtr dst,
	Size dstsize,
	int borderType
)

Parameters

src
Type: System.IntPtr
dst
Type: System.IntPtr
dstsize
Type: OpenCvSharp.Size
borderType
Type: System.Int32
See Also