NativeMethodsobjdetect_HOGDescriptor_compute Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void objdetect_HOGDescriptor_compute( IntPtr self, IntPtr img, IntPtr descriptors, Size winStride, Size padding, Point[] locations, int locationsLength )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub objdetect_HOGDescriptor_compute ( self As IntPtr, img As IntPtr, descriptors As IntPtr, winStride As Size, padding As Size, locations As Point(), locationsLength As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void objdetect_HOGDescriptor_compute( IntPtr self, IntPtr img, IntPtr descriptors, Size winStride, Size padding, [InAttribute] array<Point>^ locations, int locationsLength )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member objdetect_HOGDescriptor_compute : self : IntPtr * img : IntPtr * descriptors : IntPtr * winStride : Size * padding : Size * locations : Point[] * locationsLength : int -> unit
OpenCvSharp.NativeMethods.objdetect_HOGDescriptor_compute = function(self, img, descriptors, winStride, padding, locations, locationsLength);