Click or drag to resize

NativeMethodsximgproc_createFastGlobalSmootherFilter Method

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

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

Parameters

guide
Type: SystemIntPtr

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

lambda
Type: SystemDouble

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

sigma_color
Type: SystemDouble

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

lambda_attenuation
Type: SystemDouble

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

num_iter
Type: SystemInt32

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

returnValue
Type: SystemIntPtr

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

Return Value

Type: ExceptionStatus

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

See Also