NativeMethodsimgproc_pyrMeanShiftFiltering Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void imgproc_pyrMeanShiftFiltering( IntPtr src, IntPtr dst, double sp, double sr, int maxLevel, TermCriteria termcrit )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub imgproc_pyrMeanShiftFiltering ( src As IntPtr, dst As IntPtr, sp As Double, sr As Double, maxLevel As Integer, termcrit As TermCriteria )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void imgproc_pyrMeanShiftFiltering( IntPtr src, IntPtr dst, double sp, double sr, int maxLevel, TermCriteria termcrit )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member imgproc_pyrMeanShiftFiltering : src : IntPtr * dst : IntPtr * sp : float * sr : float * maxLevel : int * termcrit : TermCriteria -> unit
OpenCvSharp.NativeMethods.imgproc_pyrMeanShiftFiltering = function(src, dst, sp, sr, maxLevel, termcrit);