-1

I use findcontours() in emgu, but I want to know what is the theory. I know findcontours()'s parameter and how to use. So is the algorithm convexhull? Or where can I find the related knowledge?

dur
  • 14,335
  • 22
  • 74
  • 113

1 Answers1

0

The algorithm used for FindContours() is Suzuki85 algorithm

You can read more on Wiki or OpenCV Guide

Pirate X
  • 2,839
  • 5
  • 32
  • 55