NativeMethodsobjdetect_HOGDescriptor_computeGradient Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void objdetect_HOGDescriptor_computeGradient( IntPtr self, IntPtr img, IntPtr grad, IntPtr angleOfs, Size paddingTL, Size paddingBR )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub objdetect_HOGDescriptor_computeGradient ( self As IntPtr, img As IntPtr, grad As IntPtr, angleOfs As IntPtr, paddingTL As Size, paddingBR As Size )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void objdetect_HOGDescriptor_computeGradient( IntPtr self, IntPtr img, IntPtr grad, IntPtr angleOfs, Size paddingTL, Size paddingBR )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member objdetect_HOGDescriptor_computeGradient : self : IntPtr * img : IntPtr * grad : IntPtr * angleOfs : IntPtr * paddingTL : Size * paddingBR : Size -> unit
OpenCvSharp.NativeMethods.objdetect_HOGDescriptor_computeGradient = function(self, img, grad, angleOfs, paddingTL, paddingBR);