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

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

private cvContourFromContourTree ( IntPtr tree, IntPtr storage, MCvTermCriteria criteria ) : IntPtr
tree IntPtr
storage IntPtr
criteria MCvTermCriteria
Результат IntPtr
        public static extern IntPtr cvContourFromContourTree(
         IntPtr tree,
         IntPtr storage,
         MCvTermCriteria criteria);
CvInvoke