how does cvFindContours work?

前端 未结 1 720
Happy的楠姐
Happy的楠姐 2021-01-14 14:54

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

相关标签:
1条回答
  • 2021-01-14 15:16

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

    0 讨论(0)
提交回复
热议问题