Click or drag to resize

NativeMethodsximgproc_createDTFilter Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus ximgproc_createDTFilter(
	IntPtr guide,
	double sigmaSpatial,
	double sigmaColor,
	int mode,
	int numIters,
	out IntPtr returnValue
)

Parameters

guide
Type: SystemIntPtr

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

sigmaSpatial
Type: SystemDouble

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

sigmaColor
Type: SystemDouble

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

mode
Type: SystemInt32

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

numIters
Type: SystemInt32

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

returnValue
Type: SystemIntPtr

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

Return Value

Type: ExceptionStatus

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

See Also