A fast thinning algorithm

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.

Leave a Comment