NativeMethodsimgproc_boxFilter Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_boxFilter(System.IntPtr,System.IntPtr,System.Int32,OpenCvSharp.CPlusPlus.Size,OpenCvSharp.CPlusPlus.Point,System.Int32,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_boxFilter(
	IntPtr src,
	IntPtr dst,
	int ddepth,
	Size ksize,
	Point anchor,
	int normalize,
	int borderType
)

Parameters

src
Type: SystemIntPtr

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

dst
Type: SystemIntPtr

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

ddepth
Type: SystemInt32

[Missing <param name="ddepth"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_boxFilter(System.IntPtr,System.IntPtr,System.Int32,OpenCvSharp.CPlusPlus.Size,OpenCvSharp.CPlusPlus.Point,System.Int32,System.Int32)"]

ksize
Type: OpenCvSharp.CPlusPlusSize

[Missing <param name="ksize"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_boxFilter(System.IntPtr,System.IntPtr,System.Int32,OpenCvSharp.CPlusPlus.Size,OpenCvSharp.CPlusPlus.Point,System.Int32,System.Int32)"]

anchor
Type: OpenCvSharp.CPlusPlusPoint

[Missing <param name="anchor"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_boxFilter(System.IntPtr,System.IntPtr,System.Int32,OpenCvSharp.CPlusPlus.Size,OpenCvSharp.CPlusPlus.Point,System.Int32,System.Int32)"]

normalize
Type: SystemInt32

[Missing <param name="normalize"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_boxFilter(System.IntPtr,System.IntPtr,System.Int32,OpenCvSharp.CPlusPlus.Size,OpenCvSharp.CPlusPlus.Point,System.Int32,System.Int32)"]

borderType
Type: SystemInt32

[Missing <param name="borderType"/> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_boxFilter(System.IntPtr,System.IntPtr,System.Int32,OpenCvSharp.CPlusPlus.Size,OpenCvSharp.CPlusPlus.Point,System.Int32,System.Int32)"]

See Also

Reference