Click or drag to resize

NativeMethodsximgproc_createAMFilter Method

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

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public static ExceptionStatus ximgproc_createAMFilter(
	double sigma_s,
	double sigma_r,
	int adjust_outliers,
	out IntPtr returnValue
)

Parameters

sigma_s
Type: SystemDouble

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

sigma_r
Type: SystemDouble

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

adjust_outliers
Type: SystemInt32

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

returnValue
Type: SystemIntPtr

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

Return Value

Type: ExceptionStatus

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

See Also