Skip to content

Files

Latest commit

 

History

History

Blur an Image

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Blurring an Image

This python script will allow us to blur an image depending on the user's choice to select one of the three blurring options

Setup Instructions

Install python3

sudo apt-get install python3

Install pip (package installer for python)

sudo apt-get install python3-pip

Install OpenCV library with pip

pip3 install opencv-python

Install tkinter library

sudo apt-get install python3-tk

Details/Output

A dialog box appears with three blurring options, average, gaussian and median blurs. Selecting any one option prompts user to select an image and applies blur on it.

Author

Github: invigorzz313