/Python_image_processing

Image processing done with python, with a variety of filters and a user interface made in tkinter

Primary LanguagePython

Python_image_processing

Image processing done with python, with a variety of filters and a user interface made in tkinter

Note: to run the project it is necessary to have the following libraries installed:

-tkinter
-numpy
-opencv

How to run the project?

to run the project you must run

python3 main.py

How to load image you want to filter?

inside the following variable the path where we have the image is added

imagen_base = PhotoImage(file="add image path")