Metadata-Version: 1.0
Name: defogging
Version: 0.1.5
Summary: Defogging based on Python
Home-page: https://github.com/scloudyy/Defogging
Author: scloudyy
Author-email: onecloud.shen@gmail.com
License: GPL
Description: ====
        defogging
        ====
        
        
        .. image:: https://img.shields.io/pypi/v/defogging.svg
                :target: https://pypi.python.org/pypi/defogging/
        
        Implement Defogging with Python
        
        
        Features
        --------
        
        * Defogging single foggy image
        
        install
        -------
        
        Use pip to install
        
        .. code-block:: bash::
        
            $ pip install defogging
        
        usage
        -----
        
        Defogging a single foggy image
        
        .. code-block:: bash::
        
            $ defogging your_img.bmp
        
        the result will be saved as your_img_defogging.bmp
        
        
Keywords: python image defogging dehaze
Platform: UNKNOWN
