Metadata-Version: 1.1
Name: thinning
Version: 1.2.1
Summary: C extension for thinning binary images.
Home-page: https://bitbucket.org/adrian_n/thinning
Author: Adrian Neumann
Author-email: adrian_neumann@gmx.de
License: BSD
Description: Thinning
        ========
        
        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[1] for Numpy arrays. It is thus compatible with OpenCV. The algorithm is implemented in C and fairly fast.
        
        [1] http://dx.doi.org/10.1145/62065.62074
Keywords: image processing,thinning,guo hall,skeletonization
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: C
Classifier: License :: OSI Approved :: BSD License
Classifier: Topic :: Scientific/Engineering :: Image Recognition
Classifier: Intended Audience :: Developers
Classifier: Development Status :: 4 - Beta
