/ThinningAlgorithms

Thinning Algorithms collection implemented in C#. Includes: Zhang and Wang (1988), KMM (2002), K3M (2010), Modified K3M (2016)

Primary LanguageC#GNU General Public License v3.0GPL-3.0

Thinning Algorithms

GitHub release

A collection of thinning algorithms's implementetions in C# bundled up with visualizations. Option to save pictures step by step included. GUI written using .NET's Windows Forms.

Implemented Algorithms

  • Zhang and Wang (1988)
  • KMM (2002)
  • K3M (2010)
  • Modified K3M (2016)