Emgu.CV.CvInvoke.CvSelfSimDescriptorGetDescriptorSize C# (CSharp) Method

CvSelfSimDescriptorGetDescriptorSize() private method

private CvSelfSimDescriptorGetDescriptorSize ( IntPtr descriptor ) : int
descriptor IntPtr
return int
        internal static extern int CvSelfSimDescriptorGetDescriptorSize(IntPtr descriptor);
CvInvoke