NativeMethodsHOGDescriptor_detectMultiScale Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void HOGDescriptor_detectMultiScale( IntPtr obj, IntPtr img, IntPtr found_locations, double hit_threshold, Size win_stride, Size padding, double scale, int group_threshold )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub HOGDescriptor_detectMultiScale ( obj As IntPtr, img As IntPtr, found_locations As IntPtr, hit_threshold As Double, win_stride As Size, padding As Size, scale As Double, group_threshold As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void HOGDescriptor_detectMultiScale( IntPtr obj, IntPtr img, IntPtr found_locations, double hit_threshold, Size win_stride, Size padding, double scale, int group_threshold )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member HOGDescriptor_detectMultiScale : obj : IntPtr * img : IntPtr * found_locations : IntPtr * hit_threshold : float * win_stride : Size * padding : Size * scale : float * group_threshold : int -> unit
OpenCvSharp.NativeMethods.HOGDescriptor_detectMultiScale = function(obj, img, found_locations, hit_threshold, win_stride, padding, scale, group_threshold);