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

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

private cvMatchContourTrees ( IntPtr tree1, IntPtr tree2, CvEnum method, double threshold ) : double
tree1 IntPtr
tree2 IntPtr
method CvEnum
threshold double
Результат double
        public static extern double cvMatchContourTrees(
         IntPtr tree1,
         IntPtr tree2,
         CvEnum.MATCH_CONTOUR_TREE_METHOD method,
         double threshold);
CvInvoke