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
- Host: GitHub
- URL: https://github.com/geetesh-gupta/image-processing-wavelets
- Owner: geetesh-gupta
- License: mit
- Created: 2021-01-23T15:43:07.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-23T16:00:46.000Z (over 4 years ago)
- Last Synced: 2025-02-08T15:12:39.589Z (4 months ago)
- Language: Jupyter Notebook
- Size: 788 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.