NativeMethodsobjdetect_HOGDescriptor_detectMultiScale2 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void objdetect_HOGDescriptor_detectMultiScale2( IntPtr self, IntPtr img, IntPtr foundLocations, IntPtr foundWeights, double hitThreshold, Size winStride, Size padding, double scale, int groupThreshold )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub objdetect_HOGDescriptor_detectMultiScale2 ( self As IntPtr, img As IntPtr, foundLocations As IntPtr, foundWeights As IntPtr, hitThreshold As Double, winStride As Size, padding As Size, scale As Double, groupThreshold As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void objdetect_HOGDescriptor_detectMultiScale2( IntPtr self, IntPtr img, IntPtr foundLocations, IntPtr foundWeights, double hitThreshold, Size winStride, Size padding, double scale, int groupThreshold )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member objdetect_HOGDescriptor_detectMultiScale2 : self : IntPtr * img : IntPtr * foundLocations : IntPtr * foundWeights : IntPtr * hitThreshold : float * winStride : Size * padding : Size * scale : float * groupThreshold : int -> unit
OpenCvSharp.NativeMethods.objdetect_HOGDescriptor_detectMultiScale2 = function(self, img, foundLocations, foundWeights, hitThreshold, winStride, padding, scale, groupThreshold);