Skip to content

A desktop app which images can be loaded and applied some image processing functions.

Notifications You must be signed in to change notification settings

SeyfullahBilginn/ImageProcessing-with-Gui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ImageProcessing-with-Gui

This project is implemented with python, relevant image processing libraries which are numpy, opencv, scipy and pillow. For gui, PyQt5 is used. A graphical user interface(gui) that a user can load and show, manipulate, and at the end save image with the functions defined below.

Executable file can be downloaded from tags.



FEATURES:

  • load and showe image
  • save image
  • blur/deblur image
  • grayscale image
  • crop image(selected part)
  • flip image
  • mirror image
  • rotate image
  • reverse the color of image
  • change color balance(increase/deacrease red, green, blue values)
  • adjust brightness of image
  • adjust contrast of image
  • adjust saturation of image
  • add noise to image
  • detect edges of image

Some examples:

  • Open image

    Screenshot_1

  • Adjust contrast by 3

    image

  • Reverse color

    Screenshot_9

  • Adjust saturation by 4

    Screenshot_11

  • Grayscale image

    Screenshot_10

About

A desktop app which images can be loaded and applied some image processing functions.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages