A fast thinning algorithm

前端 未结 4 816
一生所求
一生所求 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:27

    Please check some thinning implementations in my blog:

    1. Zhang-Suen algorithm. (copy on archive.org)
    2. Guo-Hall algorithm. (copy on archive.org)

    Both using OpenCV 2.x API.

提交回复
热议问题