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
public static ExceptionStatus ximgproc_bilateralTextureFilter( IntPtr src, IntPtr dst, int fr, int numIter, double sigmaAlpha, double sigmaAvg )
Public Shared Function ximgproc_bilateralTextureFilter ( src As IntPtr, dst As IntPtr, fr As Integer, numIter As Integer, sigmaAlpha As Double, sigmaAvg As Double ) As ExceptionStatus
public: static ExceptionStatus ximgproc_bilateralTextureFilter( IntPtr src, IntPtr dst, int fr, int numIter, double sigmaAlpha, double sigmaAvg )
static member ximgproc_bilateralTextureFilter : src : IntPtr * dst : IntPtr * fr : int * numIter : int * sigmaAlpha : float * sigmaAvg : float -> ExceptionStatus
[Missing <param name="src"/> documentation for "M:OpenCvSharp.NativeMethods.ximgproc_bilateralTextureFilter(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Double,System.Double)"]
[Missing <param name="dst"/> documentation for "M:OpenCvSharp.NativeMethods.ximgproc_bilateralTextureFilter(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Double,System.Double)"]
[Missing <param name="fr"/> documentation for "M:OpenCvSharp.NativeMethods.ximgproc_bilateralTextureFilter(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Double,System.Double)"]
[Missing <param name="numIter"/> documentation for "M:OpenCvSharp.NativeMethods.ximgproc_bilateralTextureFilter(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Double,System.Double)"]
[Missing <param name="sigmaAlpha"/> documentation for "M:OpenCvSharp.NativeMethods.ximgproc_bilateralTextureFilter(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Double,System.Double)"]
[Missing <param name="sigmaAvg"/> documentation for "M:OpenCvSharp.NativeMethods.ximgproc_bilateralTextureFilter(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Double,System.Double)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.ximgproc_bilateralTextureFilter(System.IntPtr,System.IntPtr,System.Int32,System.Int32,System.Double,System.Double)"]