C extension for thinning binary images.
Project description
Guo and Hall thinning algorithm
===============================
This is a Python 3 module of Guo and Hall* thinning algorithm implemented in C.
Thinning is the operation that takes a binary image and contracts the foreground until only single-pixel wide lines remain. It is also known as skeletonization. This package implements the thinning algorithm by Guo and Hall* for Numpy arrays. It is thus compatible with OpenCV. The algorithm is implemented in C and fairly fast.
*[paper](http://dx.doi.org/10.1145/62065.62074)
===============================
This is a Python 3 module of Guo and Hall* thinning algorithm implemented in C.
Thinning is the operation that takes a binary image and contracts the foreground until only single-pixel wide lines remain. It is also known as skeletonization. This package implements the thinning algorithm by Guo and Hall* for Numpy arrays. It is thus compatible with OpenCV. The algorithm is implemented in C and fairly fast.
*[paper](http://dx.doi.org/10.1145/62065.62074)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
thinning_py3-1.2.3.tar.gz
(5.0 kB
view hashes)