Metadata-Version: 1.0
Name: freqlearning
Version: 0.0
Summary: frequency domain learning
Home-page: https://github.com/YaroslavBespalov/freqlearning
Author: YaroslavBespalov, ViktorShipitsin
Author-email: ja.bespalov@yandex.ru
License: UNKNOWN
Description: # Frequency learning  
        This library allows to work with images in frequency domain and after that return to the spatial domain.
        
        Available conversions in the frequency spectrum:
        - LinearFourier2d
        - GeneralFourier2d
        
        ## Usage
        Example:
        ```
        from freqlearning import LinearFourier2d
        ```
        
        ### PyPI version:
        
        $ pip install freqlearning
        Latest version from source:
        
        $ pip install git+https://github.com/YaroslavBespalov/freqlearning/freqlearning
        
        ### Requirements
        Installing requirements by pip:
        ```pip3 install --upgrade -r ./requirements.txt```
        
Platform: UNKNOWN
