Metadata-Version: 1.2
Name: clahe
Version: 0.1
Summary: Exact contrast-limited adaptive histogram equalization
Home-page: https://github.com/anntzer/clahe
Author: Antony Lee
License: MIT
Description: Exact contrast-limited adaptive histogram equalization
        ======================================================
        
        As usual, install using pip:
        
        .. code-block:: sh
        
           $ pip install .  # from source checkout
           $ pip install git+https://github.com/anntzer/clahe  # from Github
        
        Run tests with pytest.
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3
