Click or drag to resize

NativeMethodsximgproc_createGuidedFilter Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus ximgproc_createGuidedFilter(
	IntPtr guide,
	int radius,
	double eps,
	out IntPtr returnValue
)

Parameters

guide
Type: SystemIntPtr

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

radius
Type: SystemInt32

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

eps
Type: SystemDouble

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

returnValue
Type: SystemIntPtr

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

Return Value

Type: ExceptionStatus

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

See Also