【发布时间】:2016-05-01 19:23:24
【问题描述】:
我在emgu中使用findcontours(),但我想知道理论是什么。我知道findcontours()的参数和使用方法。也是如此
算法convexhull?或者在哪里可以找到相关知识?
【问题讨论】:
-
我找到了错误的关键字,非常感谢
我在emgu中使用findcontours(),但我想知道理论是什么。我知道findcontours()的参数和使用方法。也是如此
算法convexhull?或者在哪里可以找到相关知识?
【问题讨论】:
FindContours() 使用的算法是Suzuki85 algorithm
您可以在Wiki 或OpenCV Guide 上阅读更多信息
【讨论】: