A fast thinning algorithm

前端 未结 4 797
一生所求
一生所求 2020-12-01 06:50

I\'m looking for a fast thinning algorithm that can be readily implemented using OpenCV. The mention of the library is because there are certain things that can be done in a

4条回答
  •  渐次进展
    2020-12-01 07:25

    Not sure if this will help you, but I've used this library and found it very useful, (which includes thinning/skeletonisation). You can download the source here:

    http://www.aforgenet.com/framework/

    and a good article of its use here:

    http://www.codeproject.com/KB/GDI-plus/Image_Processing_Lab.aspx

提交回复
热议问题