NativeMethodsobjdetect_HOGDescriptor_cellSize_get Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static Size objdetect_HOGDescriptor_cellSize_get( IntPtr self )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function objdetect_HOGDescriptor_cellSize_get ( self As IntPtr ) As Size
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static Size objdetect_HOGDescriptor_cellSize_get( IntPtr self )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member objdetect_HOGDescriptor_cellSize_get : self : IntPtr -> Size
OpenCvSharp.NativeMethods.objdetect_HOGDescriptor_cellSize_get = function(self);