Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 402 Bytes

File metadata and controls

18 lines (15 loc) · 402 Bytes

Digital-Image-Processing-Project

A simple image editing application created using OpenCV and PyQt5. The application support the following features:

  • Contranst enhancement (Using histogram equalization)
  • Greyscale
  • Saturation
  • Sharpness
  • Vignette
  • Blur
  • Negative

Requires the following libraries installed:

  • Numpy
  • OpenCV
  • PyQt5

To execute the application, simple run the main.py file.