NativeMethodsHOGDescriptor_getBlockHistogramSize Method |
Namespace: OpenCvSharp
[DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)] public static ulong HOGDescriptor_getBlockHistogramSize( IntPtr obj )
<DllImportAttribute("OpenCvSharpExtern", CallingConvention := CallingConvention.Cdecl, ExactSpelling := true>] Public Shared Function HOGDescriptor_getBlockHistogramSize ( obj As IntPtr ) As ULong
public: [DllImportAttribute(L"OpenCvSharpExtern", CallingConvention = CallingConvention::Cdecl, ExactSpelling = true)] static unsigned long long HOGDescriptor_getBlockHistogramSize( IntPtr obj )
[<DllImportAttribute("OpenCvSharpExtern", CallingConvention = CallingConvention.Cdecl, ExactSpelling = true)>] static member HOGDescriptor_getBlockHistogramSize : obj : IntPtr -> uint64
OpenCvSharp.NativeMethods.HOGDescriptor_getBlockHistogramSize = function(obj);