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)
Raw data
{
"_id": null,
"home_page": "https://github.com/tastyminerals/thinning_py3.git",
"name": "thinning_py3",
"maintainer": "",
"docs_url": null,
"requires_python": null,
"maintainer_email": "",
"keywords": "image processing,thinning,guo hall,skeletonization",
"author": "Adrian Neumann",
"author_email": "adrian_neumann@gmx.de",
"download_url": "https://files.pythonhosted.org/packages/0a/87/505b61fa2489c67f8754fdd2be6402140c13721a6e994676168d1c9f41a9/thinning_py3-1.2.3.tar.gz",
"platform": "UNKNOWN",
"description": "Guo and Hall thinning algorithm\n===============================\n\nThis is a Python 3 module of Guo and Hall* thinning algorithm implemented in C.\n\nThinning 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.\n\n*[paper](http://dx.doi.org/10.1145/62065.62074)",
"bugtrack_url": null,
"license": "BSD",
"summary": "C extension for thinning binary images.",
"version": "1.2.3",
"project_urls": {
"Download": "UNKNOWN",
"Homepage": "https://github.com/tastyminerals/thinning_py3.git"
},
"split_keywords": [
"image processing",
"thinning",
"guo hall",
"skeletonization"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "0a87505b61fa2489c67f8754fdd2be6402140c13721a6e994676168d1c9f41a9",
"md5": "e4a46c36f28dba5be948accdcf0764fd",
"sha256": "08a7558f508bbcbed17c3f02bc5f202e6f6b7fd2fbc11c066c7e55d611208ce0"
},
"downloads": -1,
"filename": "thinning_py3-1.2.3.tar.gz",
"has_sig": false,
"md5_digest": "e4a46c36f28dba5be948accdcf0764fd",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 5048,
"upload_time": "2016-02-29T15:24:55",
"upload_time_iso_8601": "2016-02-29T15:24:55.218669Z",
"url": "https://files.pythonhosted.org/packages/0a/87/505b61fa2489c67f8754fdd2be6402140c13721a6e994676168d1c9f41a9/thinning_py3-1.2.3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2016-02-29 15:24:55",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "tastyminerals",
"github_project": "thinning_py3",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "thinning_py3"
}