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

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

private cvCreateContourTree ( IntPtr contour, IntPtr storage, double threshold ) : IntPtr
contour IntPtr
storage IntPtr
threshold double
Результат IntPtr
        public static extern IntPtr cvCreateContourTree(
         IntPtr contour,
         IntPtr storage,
         double threshold);
CvInvoke