NativeMethodsimgproc_bilateralFilter Method OpenCvSharp Class Library

[Missing <summary> documentation for "M:OpenCvSharp.CPlusPlus.NativeMethods.imgproc_bilateralFilter(System.IntPtr,System.IntPtr,System.Int32,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_bilateralFilter(
	IntPtr src,
	IntPtr dst,
	int d,
	double sigmaColor,
	double sigmaSpace,
	int borderType
)

Parameters

src
Type: SystemIntPtr

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

dst
Type: SystemIntPtr

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

d
Type: SystemInt32

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

sigmaColor
Type: SystemDouble

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

sigmaSpace
Type: SystemDouble

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

borderType
Type: SystemInt32

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

See Also

Reference