NativeMethodsobjdetect_groupRectangles_meanshift Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void objdetect_groupRectangles_meanshift( IntPtr rectList, IntPtr foundWeights, IntPtr foundScales, double detectThreshold, Size winDetSize )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub objdetect_groupRectangles_meanshift ( rectList As IntPtr, foundWeights As IntPtr, foundScales As IntPtr, detectThreshold As Double, winDetSize As Size )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void objdetect_groupRectangles_meanshift( IntPtr rectList, IntPtr foundWeights, IntPtr foundScales, double detectThreshold, Size winDetSize )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member objdetect_groupRectangles_meanshift : rectList : IntPtr * foundWeights : IntPtr * foundScales : IntPtr * detectThreshold : float * winDetSize : Size -> unit
OpenCvSharp.NativeMethods.objdetect_groupRectangles_meanshift = function(rectList, foundWeights, foundScales, detectThreshold, winDetSize);