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 details)
File details
Details for the file thinning_py3-1.2.3.tar.gz
.
File metadata
- Download URL: thinning_py3-1.2.3.tar.gz
- Upload date:
- Size: 5.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 08a7558f508bbcbed17c3f02bc5f202e6f6b7fd2fbc11c066c7e55d611208ce0 |
|
MD5 | e4a46c36f28dba5be948accdcf0764fd |
|
BLAKE2b-256 | 0a87505b61fa2489c67f8754fdd2be6402140c13721a6e994676168d1c9f41a9 |