Click or drag to resize

NativeMethodsximgproc_l0Smooth Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus ximgproc_l0Smooth(
	IntPtr src,
	IntPtr dst,
	double lambda,
	double kappa
)

Parameters

src
Type: SystemIntPtr

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

dst
Type: SystemIntPtr

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

lambda
Type: SystemDouble

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

kappa
Type: SystemDouble

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

Return Value

Type: ExceptionStatus

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

See Also