Click or drag to resize

NativeMethodsximgproc_edgePreservingFilter Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus ximgproc_edgePreservingFilter(
	IntPtr src,
	IntPtr dst,
	int d,
	double threshold
)

Parameters

src
Type: SystemIntPtr

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

dst
Type: SystemIntPtr

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

d
Type: SystemInt32

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

threshold
Type: SystemDouble

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

Return Value

Type: ExceptionStatus

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

See Also