Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/csharp/299.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181

Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/mercurial/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
C# opencv中的findcontour()理论是什么?_C#_Opencv_Emgucv_Contour - Fatal编程技术网

C# opencv中的findcontour()理论是什么?

C# opencv中的findcontour()理论是什么?,c#,opencv,emgucv,contour,C#,Opencv,Emgucv,Contour,我在emgu中使用了findcontours(),但我想知道理论是什么。我知道findcontours()的参数以及如何使用。这一点也很重要 算法convexhull?或者我在哪里可以找到相关知识?用于FindContours()的算法是Suzuki85算法 您可以阅读更多或我发现了错误的关键字,非常感谢

我在emgu中使用了
findcontours()
,但我想知道理论是什么。我知道
findcontours()
的参数以及如何使用。这一点也很重要
算法
convexhull
?或者我在哪里可以找到相关知识?

用于FindContours()的算法是
Suzuki85算法


您可以阅读更多或

我发现了错误的关键字,非常感谢