-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
  • 15,689
  • 25
  • 79
  • 125

1 Answers1

0

The algorithm used for FindContours() is Suzuki85 algorithm

You can read more on Wiki or OpenCV Guide

Pirate X
  • 3,023
  • 5
  • 33
  • 60