Click or drag to resize

NativeMethodsximgproc_bilateralTextureFilter Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus ximgproc_bilateralTextureFilter(
	IntPtr src,
	IntPtr dst,
	int fr,
	int numIter,
	double sigmaAlpha,
	double sigmaAvg
)

Parameters

src
Type: SystemIntPtr

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

dst
Type: SystemIntPtr

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

fr
Type: SystemInt32

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

numIter
Type: SystemInt32

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

sigmaAlpha
Type: SystemDouble

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

sigmaAvg
Type: SystemDouble

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

Return Value

Type: ExceptionStatus

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

See Also