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

What the findcontour() theory in opencv?

我在emgu中使用findcontours(),但我想知道原理是什么。我知道findcontours()的参数和使用方法。所以是 算法convexhull?或者哪里可以找到相关知识?

用于 FindContours() 的算法是 Suzuki85 algorithm

您可以在 Wiki or OpenCV Guide

上阅读更多内容