Click or drag to resize

NativeMethodsximgproc_fastBilateralSolverFilter Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus ximgproc_fastBilateralSolverFilter(
	IntPtr guide,
	IntPtr src,
	IntPtr confidence,
	IntPtr dst,
	double sigma_spatial,
	double sigma_luma,
	double sigma_chroma,
	double lambda,
	int num_iter,
	double max_tol
)

Parameters

guide
Type: SystemIntPtr

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

src
Type: SystemIntPtr

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

confidence
Type: SystemIntPtr

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

dst
Type: SystemIntPtr

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

sigma_spatial
Type: SystemDouble

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

sigma_luma
Type: SystemDouble

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

sigma_chroma
Type: SystemDouble

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

lambda
Type: SystemDouble

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

num_iter
Type: SystemInt32

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

max_tol
Type: SystemDouble

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

Return Value

Type: ExceptionStatus

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

See Also