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