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?
Asked
Active
Viewed 460 times
-1
dur
- 14,335
- 22
- 74
- 113
Hung-Chang
- 3
- 1
-
I found wrong Keyword, thanks a lot – Hung-Chang May 01 '16 at 13:01
1 Answers
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