NativeMethodsximgproc_createGuidedFilter Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.ximgproc_createGuidedFilter(System.IntPtr,System.Int32,System.Double,System.IntPtr@)"]
Namespace: OpenCvSharp
public static ExceptionStatus ximgproc_createGuidedFilter( IntPtr guide, int radius, double eps, out IntPtr returnValue )
Public Shared Function ximgproc_createGuidedFilter ( guide As IntPtr, radius As Integer, eps As Double, <OutAttribute> ByRef returnValue As IntPtr ) As ExceptionStatus
public: static ExceptionStatus ximgproc_createGuidedFilter( IntPtr guide, int radius, double eps, [OutAttribute] IntPtr% returnValue )
static member ximgproc_createGuidedFilter : guide : IntPtr * radius : int * eps : float * returnValue : IntPtr byref -> ExceptionStatus
[Missing <param name="guide"/> documentation for "M:OpenCvSharp.NativeMethods.ximgproc_createGuidedFilter(System.IntPtr,System.Int32,System.Double,System.IntPtr@)"]
[Missing <param name="radius"/> documentation for "M:OpenCvSharp.NativeMethods.ximgproc_createGuidedFilter(System.IntPtr,System.Int32,System.Double,System.IntPtr@)"]
[Missing <param name="eps"/> documentation for "M:OpenCvSharp.NativeMethods.ximgproc_createGuidedFilter(System.IntPtr,System.Int32,System.Double,System.IntPtr@)"]
[Missing <param name="returnValue"/> documentation for "M:OpenCvSharp.NativeMethods.ximgproc_createGuidedFilter(System.IntPtr,System.Int32,System.Double,System.IntPtr@)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.ximgproc_createGuidedFilter(System.IntPtr,System.Int32,System.Double,System.IntPtr@)"]