NativeMethodsobjdetect_HOGDescriptor_detect2 Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void objdetect_HOGDescriptor_detect2( IntPtr self, IntPtr img, IntPtr foundLocations, IntPtr weights, double hitThreshold, Size winStride, Size padding, Point[] searchLocations, int searchLocationsLength )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub objdetect_HOGDescriptor_detect2 ( self As IntPtr, img As IntPtr, foundLocations As IntPtr, weights As IntPtr, hitThreshold As Double, winStride As Size, padding As Size, searchLocations As Point(), searchLocationsLength As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void objdetect_HOGDescriptor_detect2( IntPtr self, IntPtr img, IntPtr foundLocations, IntPtr weights, double hitThreshold, Size winStride, Size padding, [InAttribute] array<Point>^ searchLocations, int searchLocationsLength )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member objdetect_HOGDescriptor_detect2 : self : IntPtr * img : IntPtr * foundLocations : IntPtr * weights : IntPtr * hitThreshold : float * winStride : Size * padding : Size * searchLocations : Point[] * searchLocationsLength : int -> unit
OpenCvSharp.NativeMethods.objdetect_HOGDescriptor_detect2 = function(self, img, foundLocations, weights, hitThreshold, winStride, padding, searchLocations, searchLocationsLength);