This is a simple image processing program with image contrast, zoom in/out, histogram equalization functions, and a graphic user interface using tkinter.
- python3
- python3-packages
- Pillow
- numpy
- matplotlib
- tkinter
- install python3
- install the above python3 pacakages, you can run the script
$ ./install.sh, or install manually via pip3 or other python package manager.
- execute
$ python3 src/main.py