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