Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

how does cvFindContours work?

I'm using cvFindContours function in c++ and openCv 2.1, since I have to make a documentation of the function I'm using can someone tell me how this function works, which method for find contours uses and if it possible some theory at the basis of the function?

like image 431
andrea Avatar asked Nov 15 '25 20:11

andrea


1 Answers

As you can read in the documentation, this function uses the method described in "Suzuki, S. and Abe, K., Topological Structural Analysis of Digitized Binary Images by Border Following. CVGIP 30 1, pp 32-46 (1985)".

like image 163
WestFlame Avatar answered Nov 18 '25 11:11

WestFlame



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!