NativeMethodsobjdetect_HOGDescriptor_detectROI Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void objdetect_HOGDescriptor_detectROI( IntPtr obj, IntPtr img, Point[] locations, int locationsLength, IntPtr foundLocations, IntPtr confidences, double hitThreshold, Size winStride, Size padding )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub objdetect_HOGDescriptor_detectROI ( obj As IntPtr, img As IntPtr, locations As Point(), locationsLength As Integer, foundLocations As IntPtr, confidences As IntPtr, hitThreshold As Double, winStride As Size, padding As Size )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void objdetect_HOGDescriptor_detectROI( IntPtr obj, IntPtr img, array<Point>^ locations, int locationsLength, IntPtr foundLocations, IntPtr confidences, double hitThreshold, Size winStride, Size padding )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member objdetect_HOGDescriptor_detectROI : obj : IntPtr * img : IntPtr * locations : Point[] * locationsLength : int * foundLocations : IntPtr * confidences : IntPtr * hitThreshold : float * winStride : Size * padding : Size -> unit
OpenCvSharp.NativeMethods.objdetect_HOGDescriptor_detectROI = function(obj, img, locations, locationsLength, foundLocations, confidences, hitThreshold, winStride, padding);