NativeMethodsobjdetect_groupRectangles2 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void objdetect_groupRectangles2( IntPtr rectList, IntPtr weights, int groupThreshold, double eps )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub objdetect_groupRectangles2 ( rectList As IntPtr, weights As IntPtr, groupThreshold As Integer, eps As Double )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void objdetect_groupRectangles2( IntPtr rectList, IntPtr weights, int groupThreshold, double eps )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member objdetect_groupRectangles2 : rectList : IntPtr * weights : IntPtr * groupThreshold : int * eps : float -> unit
OpenCvSharp.NativeMethods.objdetect_groupRectangles2 = function(rectList, weights, groupThreshold, eps);