Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 465 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 465 Bytes

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)