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