{ "info": { "author": "William Silversmith, Alex Bae, Forrest Collman", "author_email": "ws9@princeton.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Scientific/Engineering" ], "description": "[](https://travis-ci.org/seung-lab/kimimaro) [](https://badge.fury.io/py/kimimaro) \n\n# Kimimaro: Skeletonize Densely Labeled Images\n\nRapidly skeletonize all non-zero labels in 2D and 3D numpy arrays using a TEASAR derived method. The returned list of skeletons is in the format used by [cloud-volume](https://github.com/seung-lab/cloud-volume/wiki/Advanced-Topic:-Skeletons). \n\nOn a 3.7 GHz Intel i7 processor, this package processed a 512x512x100 volume with 333 labels in under a minute. It processed a 512x512x512 volume with 2124 labels in eight to thirteen minutes (depending on whether `fix_branching` is set).\n\n
\n
\nFig. 1: A Densely Labeled Volume Skeletonized with Kimimaro\n
\n
\nFig. 2: Memory Usage on a 512x512x512 Densely Labeled Volume\n