Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aarhamh/imageeditor

Final Project from SFU CMPT 120
https://github.com/aarhamh/imageeditor

Last synced: 3 days ago
JSON representation

Final Project from SFU CMPT 120

Awesome Lists containing this project

README

        

# python-image-manipulator

This was the final project for SFU CMPT 120.

It is a simple python image editor, which takes a jpg image and performs operations on all of the pixels to create a filter. It also contains a 'computer vision' component which tracks a fish (included in the repo) based on its hvs components

You can find the demo [here](https://replit.com/@crazycactus99/FinalProject#main.py)

If you want to execute the program on desktop, make sure that Pygame is installed in your system, and then run the 'main' executable, or run main.py from a code editor.