Skip to content

simple GUI was made for computer vision course, it has 2 tabs, one for filters and the other one for histogram equalization.

Notifications You must be signed in to change notification settings

Yasien99/Img-Filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

  1. Clone the repository
$ git clone https://github.com/Yasien99/Img-Filter.git
  1. Navigate to repository directory
$ cd Img-Filter\src
  1. install project dependencies
pip install -r requirements.txt
  1. Run the application
python main.py

About

simple GUI was made for computer vision course, it has 2 tabs, one for filters and the other one for histogram equalization.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages