Click or drag to resize

NativeMethodsimgproc_bilateralFilter Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus imgproc_bilateralFilter(
	IntPtr src,
	IntPtr dst,
	int d,
	double sigmaColor,
	double sigmaSpace,
	BorderTypes borderType
)

Parameters

src
Type: SystemIntPtr

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

dst
Type: SystemIntPtr

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

d
Type: SystemInt32

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

sigmaColor
Type: SystemDouble

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

sigmaSpace
Type: SystemDouble

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

borderType
Type: OpenCvSharpBorderTypes

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

Return Value

Type: ExceptionStatus

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

See Also