NativeMethodsximgproc_weightedMedianFilter Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void ximgproc_weightedMedianFilter( IntPtr joint, IntPtr src, IntPtr dst, int r, double sigma, int weightType, IntPtr mask )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub ximgproc_weightedMedianFilter ( joint As IntPtr, src As IntPtr, dst As IntPtr, r As Integer, sigma As Double, weightType As Integer, mask As IntPtr )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void ximgproc_weightedMedianFilter( IntPtr joint, IntPtr src, IntPtr dst, int r, double sigma, int weightType, IntPtr mask )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member ximgproc_weightedMedianFilter : joint : IntPtr * src : IntPtr * dst : IntPtr * r : int * sigma : float * weightType : int * mask : IntPtr -> unit
OpenCvSharp.NativeMethods.ximgproc_weightedMedianFilter = function(joint, src, dst, r, sigma, weightType, mask);