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

cvCreateContourTree() private method

private cvCreateContourTree ( IntPtr contour, IntPtr storage, double threshold ) : IntPtr
contour IntPtr
storage IntPtr
threshold double
return IntPtr
        public static extern IntPtr cvCreateContourTree(
         IntPtr contour,
         IntPtr storage,
         double threshold);
CvInvoke