Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 1.24 KB

README.md

File metadata and controls

31 lines (24 loc) · 1.24 KB

Changing Colors of Universe

Overview:

It is an app made using OpenCV and Python.
It has been made for fun purposes only.
What it does is it takes input from the camera and then allows you to apply some fancy effects on it.
You can also save your photo.

Tools and Technologies used:

  • Python 3.8
  • Tkinter
  • PIL
  • Jupyter Notebook
  • OpenCV
  • Spyder IDE
  • Bandicam (for recording purposes).

Demo Video:

Story behind this app

While learning to use different colorspaces on images in OpenCV, I double-clicked on the tab key to see all available options in the jupyter notebook. Then from those options, I randomly choose one of the options and it gave a very fancy look, so I tried the same with other options also, and then finally thought to make an app out of this.

Some Outputs:

Some Known Issues:

  • Images can be saved on some selected effects only.
  • Color of saved image may differ from Original Image.

Thank You