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 513 times
-1

dur
- 15,689
- 25
- 79
- 125

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
- 3,023
- 5
- 33
- 60