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

VectorOfDMatchCreate() private method

private VectorOfDMatchCreate ( ) : IntPtr
return IntPtr
        internal static extern IntPtr VectorOfDMatchCreate();
CvInvoke