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

https://github.com/zofiagrodecka/image-filtering

Project implemented during C++ course in 2nd year at the AGH UST in 2021
https://github.com/zofiagrodecka/image-filtering

Last synced: about 1 year ago
JSON representation

Project implemented during C++ course in 2nd year at the AGH UST in 2021

Awesome Lists containing this project

README

          

# Image-filtering
Project implemented during C++ course in 2nd year at the AGH UST in 2021. It enables user to apply filters on images, such as: 60's filter, selective colour, sepia, gaussian blur and BGR conversion. It is written in C++ with usage of OpenCV library and cvui extension to it.