Metadata-Version: 2.1
Name: cmtpy
Version: 0.0.3
Summary: Tools for manipulating image contrast
Home-page: https://github.com/vik748/cmtpy
Author: vs
Author-email: vikrantshah+py@gmail.com
License: MIT
Description: [![Build Status](https://travis-ci.org/vik748/cmtpy.svg?branch=master)](https://travis-ci.org/vik748/cmtpy)
        
        # cmtpy - Contrast Manipulation Toolbox Python
        Tools for manipulating image contrast
        
        ##
        ## Citing
        
        If you use this software in an academic work, please cite in addition to the original author's paper:
        ```
        @online{shah,
          author = {Vikrant Shah},
          title = {{cmtpy} Contrast Manipulation Toolbox},
          year = 2020,
          url = {https://github.com/vik748/cmtpy},
          urldate = {2020-05-21}
         }
        ```
        
        ## Tools
        ### Automatic Contrast Enhancement by Histogram Warping
        This tool implements the algorithm described in [Grundland, Mark & Dodgson, Neil. (2006). Automatic contrast enhancement by histogram warping. 10.1007/1-4020-4179-9_42.](https://doi.org/10.1007/1-4020-4179-9_42)
        
        ## Installation notes
        
        
        ## How to use
        
Keywords: contrast,histogram,enhancement
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
