NativeMethodsvideo_meanShift Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static int video_meanShift( IntPtr probImage, ref Rect window, TermCriteria criteria )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function video_meanShift ( probImage As IntPtr, ByRef window As Rect, criteria As TermCriteria ) As Integer
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static int video_meanShift( IntPtr probImage, Rect% window, TermCriteria criteria )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member video_meanShift : probImage : IntPtr * window : Rect byref * criteria : TermCriteria -> int
OpenCvSharp.NativeMethods.video_meanShift = function(probImage, window, criteria);