├── .gitignore ├── README.md ├── thinning.cpp └── thinning.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bsdnoobz/zhang-suen-thinning/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bsdnoobz/zhang-suen-thinning/HEAD/README.md -------------------------------------------------------------------------------- /thinning.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bsdnoobz/zhang-suen-thinning/HEAD/thinning.cpp -------------------------------------------------------------------------------- /thinning.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/bsdnoobz/zhang-suen-thinning/HEAD/thinning.py --------------------------------------------------------------------------------