NativeMethodsimgproc_bilateralFilter Method |
[Missing <summary> documentation for "M:OpenCvSharp.NativeMethods.imgproc_bilateralFilter(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,OpenCvSharp.BorderTypes)"]
Namespace: OpenCvSharp
public static ExceptionStatus imgproc_bilateralFilter( IntPtr src, IntPtr dst, int d, double sigmaColor, double sigmaSpace, BorderTypes borderType )
Public Shared Function imgproc_bilateralFilter ( src As IntPtr, dst As IntPtr, d As Integer, sigmaColor As Double, sigmaSpace As Double, borderType As BorderTypes ) As ExceptionStatus
public: static ExceptionStatus imgproc_bilateralFilter( IntPtr src, IntPtr dst, int d, double sigmaColor, double sigmaSpace, BorderTypes borderType )
static member imgproc_bilateralFilter : src : IntPtr * dst : IntPtr * d : int * sigmaColor : float * sigmaSpace : float * borderType : BorderTypes -> ExceptionStatus
[Missing <param name="src"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_bilateralFilter(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,OpenCvSharp.BorderTypes)"]
[Missing <param name="dst"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_bilateralFilter(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,OpenCvSharp.BorderTypes)"]
[Missing <param name="d"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_bilateralFilter(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,OpenCvSharp.BorderTypes)"]
[Missing <param name="sigmaColor"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_bilateralFilter(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,OpenCvSharp.BorderTypes)"]
[Missing <param name="sigmaSpace"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_bilateralFilter(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,OpenCvSharp.BorderTypes)"]
[Missing <param name="borderType"/> documentation for "M:OpenCvSharp.NativeMethods.imgproc_bilateralFilter(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,OpenCvSharp.BorderTypes)"]
[Missing <returns> documentation for "M:OpenCvSharp.NativeMethods.imgproc_bilateralFilter(System.IntPtr,System.IntPtr,System.Int32,System.Double,System.Double,OpenCvSharp.BorderTypes)"]