Click or drag to resize

NativeMethodsximgproc_createFastBilateralSolverFilter Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus ximgproc_createFastBilateralSolverFilter(
	IntPtr guide,
	double sigma_spatial,
	double sigma_luma,
	double sigma_chroma,
	double lambda,
	int num_iter,
	double max_tol,
	out IntPtr returnValue
)

Parameters

guide
Type: SystemIntPtr

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

sigma_spatial
Type: SystemDouble

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

sigma_luma
Type: SystemDouble

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

sigma_chroma
Type: SystemDouble

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

lambda
Type: SystemDouble

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

num_iter
Type: SystemInt32

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

max_tol
Type: SystemDouble

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

returnValue
Type: SystemIntPtr

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

Return Value

Type: ExceptionStatus

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

See Also