Skip to content

IsharaKumarage/Clean-view

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Clean-View Image Processing Application (Desktop application)

Overview

This application provides various image processing features using Tkinter and OpenCV. It allows users to open images, apply color adjustments, and various filters similar to those found in Photoshop.

Features

  • Open and display images.
  • Apply color adjustments and effects.
  • Use filters such as hue/saturation adjustment, sharpening, Gaussian blur, and edge detection.
  • Real-time preview of image modifications.

Requirements

  • Python 3.x
  • Pillow
  • numpy
  • opencv-python
  • tkinter (comes pre-installed with Python)

Installation

  1. Clone the repository:

    git clone <repository-url>
    cd <repository-directory>

About

Advanced Digital Image Processing with OpenCV

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages