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