Skip to content

A simple GUI application for basic image processing using OpenCV and Tkinter

Notifications You must be signed in to change notification settings

T1A0R3S2H/Basic-Image-Processing-GUI

Repository files navigation

Basic Image Processing GUI

This is a straightforward GUI application for basic image processing using OpenCV and Tkinter.

Features

  • Open an image file.
  • Perform various image processing operations such as blurring, unblurring, transparency, erosion, dilation, and more.
  • Display histograms for the loaded image.
  • Apply filters like summation and derivative.

Cloning and Installation

Follow these steps to clone the repository and run the application:

  1. Clone the Repository:

    • Clone the repository to your local machine using the following command:
      git clone https://github.com/T1A0R3S2H/Basic-Image-Processing-GUI.git
    • This will clone the repository to your local machine.
  2. Install Required Libraries:

    • Make sure you have Python installed on your system.
    • Navigate to the cloned repository directory:
      cd Image\ Processing\ using\ Python,\ OpenCV\ and\ TkInter
    • Install the required libraries using pip:
      pip install -r requirements.txt

Usage

Once you have cloned the repository and installed the dependencies, you can run the application using the following steps:

  1. Run the Application:

    • Once the dependencies are installed, you can run the application:
      main.py
    • This command will execute the main.py script, launching the GUI application.
  2. Usage:

    • After running the application, use the "Open Image" button to select an image file.
    • Perform various image processing operations using the menu options.
    • The status bar at the bottom of the application window will provide feedback on the current operation.

Images

Default GUI Interface

Screenshot 2024-06-18 235604

Select an image

Screenshot 2024-06-18 235630

Original and Processed Image after selecting Unblur menu

Screenshot 2024-06-18 235645

Histogram of the original image

Screenshot 2024-06-18 235701

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

About

A simple GUI application for basic image processing using OpenCV and Tkinter

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages