Image Processing in Frequency and Spatial domains
Img-Filter
About
simple GUI was made for computer vision course, it has 2 tabs, one for filters and the other one for histogram equalization.
Features
- The user can open and display any arbitrary image
- The user can choose between 4 filters.
- The user can see the filtered image alongside the original one.
- The user can see the histogram equalization of his image.
Running
- Clone the repository
$ git clone https://github.com/Yasien99/Img-Filter.git
- Navigate to repository directory
$ cd Img-Filter\src
- install project dependencies
pip install -r requirements.txt
- Run the application
python main.py