├── .gitignore ├── LICENSE ├── README.md └── swt.py /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mypetyak/StrokeWidthTransform/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mypetyak/StrokeWidthTransform/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mypetyak/StrokeWidthTransform/HEAD/README.md -------------------------------------------------------------------------------- /swt.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/mypetyak/StrokeWidthTransform/HEAD/swt.py --------------------------------------------------------------------------------