jnates / Python_image_processing

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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")

About

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


Languages

Language:Python 100.0%