Skip to content

samirkhanal35/image-processig

Repository files navigation

Image Processing

Description

It is a simple Desktop based project.

It is developed using Python and Tkinter.

It involves Implementation of different image processing techniques like Gray scale conversion, Min filter, Max filter, Mean filter, Median filter, etc through hard coding using Python conditional loops and displayed along with their histogram.

Visuals

Mean filter Mean filter

Global binarization filter Global binarization filter

Installation and execution

To Install(Please search and follow installation according to your operating system):

Python
For linux users: sudo apt-get install python3
Then install pip: apt install python3-pip

OpenCV
For linux users: pip install opencv-python

Tkinter
For linux users: sudo apt-get install python3-tk

For other users, you can follow this link.
For OpenCV and Tkinter also You can go to their respective wesites for installation.

After installation of Python, OpenCV and Tkinter , you can clone or download the repo and run gui.py file.

About

basic image processing processes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages