Skip to content

A Python GUI Application to add OpenCV filters to images.

Notifications You must be signed in to change notification settings

mishra-aayush/filterr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Filterr

A Python Application to add filters to images. It has a Tkinter based GUI and allows the user to add OpenCV filters such as Grayscale, Gaussian Blur, Negative, Sepia, Edged and Contrast Limited Adaptive Histogram Equalization.

Working of the Application

  1. The initial screen displays where the input and output images will be displayed. The option to choose an image is in the top left corner.

No image uploaded

  1. When the image is chosen, it is displayed on both the input and output panels, since no effect is chosen yet.

Image Uploaded

  1. As the user switches between the effects, the image on the output panel changes. The user also has the option to view the original image by clicking the button below the select image option.

Here, the Sepia effect is used for the example

Sepia Effect

About

A Python GUI Application to add OpenCV filters to images.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages