标签: c# opencv emgucv contour
我在emgu中使用findcontours(),但我想知道什么是理论。我知道findcontours()的参数以及如何使用。那就是 算法convexhull?或者我在哪里可以找到相关知识?
findcontours()
convexhull
答案 0 :(得分:0)
用于FindContours()的算法是Suzuki85 algorithm
Suzuki85 algorithm
您可以在Wiki或OpenCV Guide