Emgu.CV.CvInvoke.CvHOGDescriptorGetDescriptorSize C# (CSharp) Метод

CvHOGDescriptorGetDescriptorSize() приватный Метод

private CvHOGDescriptorGetDescriptorSize ( IntPtr descriptor ) : uint
descriptor IntPtr
Результат uint
        internal static extern uint CvHOGDescriptorGetDescriptorSize(IntPtr descriptor);
CvInvoke