An open API service indexing awesome lists of open source software.

https://github.com/geetesh-gupta/image-processing-wavelets

Digital Image Analysis - Wavelets implementation
https://github.com/geetesh-gupta/image-processing-wavelets

Last synced: about 2 months ago
JSON representation

Digital Image Analysis - Wavelets implementation

Awesome Lists containing this project

README

        

# Wavelet Decomposition and Reconstruction

## Setup
Make sure following are installed on your system
```py
- python
- pipenv
```
Then, run the following commands:
```sh
pipenv install
pipenv shell
python main.py
```

You can all use the `Wavelet.ipynb` file to run the code if Jupiter is setup in your system/code editor.