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