Click or drag to resize

NativeMethodsximgproc_fastGlobalSmootherFilter Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus ximgproc_fastGlobalSmootherFilter(
	IntPtr guide,
	IntPtr src,
	IntPtr dst,
	double lambda,
	double sigma_color,
	double lambda_attenuation,
	int num_iter
)

Parameters

guide
Type: SystemIntPtr

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

src
Type: SystemIntPtr

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

dst
Type: SystemIntPtr

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

lambda
Type: SystemDouble

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

sigma_color
Type: SystemDouble

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

lambda_attenuation
Type: SystemDouble

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

num_iter
Type: SystemInt32

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

Return Value

Type: ExceptionStatus

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

See Also