how does cvFindContours work?

半城伤御伤魂 提交于 2019-12-01 09:18:13

问题


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?


回答1:


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)".



来源:https://stackoverflow.com/questions/8701248/how-does-cvfindcontours-work

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!