Metadata-Version: 1.1
Name: gwp
Version: 0.2.0
Summary: Gabor Wavelet Pyramid model for tensorflow
Home-page: https://github.com/jooh/gwp
Author: Johan Carlin
Author-email: johan.carlin@gmail.com
License: MIT license
Description: =====================
        Gabor Wavelet Pyramid
        =====================
        
        
        .. image:: https://img.shields.io/pypi/v/gwp.svg
                :target: https://pypi.python.org/pypi/gwp
        
        .. image:: https://img.shields.io/travis/jooh/gwp.svg
                :target: https://travis-ci.org/jooh/gwp
        
        .. image:: https://readthedocs.org/projects/gwp/badge/?version=latest
                :target: https://gwp.readthedocs.io/en/latest/?badge=latest
                :alt: Documentation Status
        
        
        
        
        Gabor Wavelet Pyramid model for tensorflow. Tools for constructing sensible sets of
        gabor filters, convolving the filters with images using tensorflow, and calculating the
        typical rectified 'energy' output by summing over squared phase values (Adelson &
        Bergen, 1985).
        
        * Free software: MIT license
        * Documentation: Sadly neglected, but you can find some tutorial notebooks here_.
        
        
        Features
        --------
        
        * TODO
        
        Credits
        -------
        
        This package was created with Cookiecutter_ and the `audreyr/cookiecutter-pypackage`_ project template.
        
        .. _Cookiecutter: https://github.com/audreyr/cookiecutter
        .. _`audreyr/cookiecutter-pypackage`: https://github.com/audreyr/cookiecutter-pypackage
        .. _here: https://www.johancarlin.com/tag/gwp.html
        
        
        =======
        History
        =======
        
        0.1.0 (2018-07-25)
        ------------------
        
        * First release on PyPI.
        
Keywords: gwp
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
