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

cvContourFromContourTree() private method

private cvContourFromContourTree ( IntPtr tree, IntPtr storage, MCvTermCriteria criteria ) : IntPtr
tree IntPtr
storage IntPtr
criteria MCvTermCriteria
return IntPtr
        public static extern IntPtr cvContourFromContourTree(
         IntPtr tree,
         IntPtr storage,
         MCvTermCriteria criteria);
CvInvoke