NativeMethodsobjdetect_HOGDescriptor_derivAperture_set Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static void objdetect_HOGDescriptor_derivAperture_set( IntPtr self, int value )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Sub objdetect_HOGDescriptor_derivAperture_set ( self As IntPtr, value As Integer )
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static void objdetect_HOGDescriptor_derivAperture_set( IntPtr self, int value )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member objdetect_HOGDescriptor_derivAperture_set : self : IntPtr * value : int -> unit
OpenCvSharp.NativeMethods.objdetect_HOGDescriptor_derivAperture_set = function(self, value);