NativeMethodsobjdetect_HOGDescriptor_detectMultiScaleROI Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void objdetect_HOGDescriptor_detectMultiScaleROI( IntPtr obj, IntPtr img, IntPtr foundLocations, IntPtr roiScales, IntPtr roiLocations, IntPtr roiConfidences, double hitThreshold, int groupThreshold )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub objdetect_HOGDescriptor_detectMultiScaleROI ( obj As IntPtr, img As IntPtr, foundLocations As IntPtr, roiScales As IntPtr, roiLocations As IntPtr, roiConfidences As IntPtr, hitThreshold As Double, groupThreshold As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void objdetect_HOGDescriptor_detectMultiScaleROI( IntPtr obj, IntPtr img, IntPtr foundLocations, IntPtr roiScales, IntPtr roiLocations, IntPtr roiConfidences, double hitThreshold, int groupThreshold )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member objdetect_HOGDescriptor_detectMultiScaleROI : obj : IntPtr * img : IntPtr * foundLocations : IntPtr * roiScales : IntPtr * roiLocations : IntPtr * roiConfidences : IntPtr * hitThreshold : float * groupThreshold : int -> unit
OpenCvSharp.NativeMethods.objdetect_HOGDescriptor_detectMultiScaleROI = function(obj, img, foundLocations, roiScales, roiLocations, roiConfidences, hitThreshold, groupThreshold);