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
- Host: GitHub
- URL: https://github.com/zofiagrodecka/image-filtering
- Owner: zofiagrodecka
- Created: 2021-09-16T14:00:20.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-09-16T14:20:09.000Z (over 4 years ago)
- Last Synced: 2025-01-23T20:44:09.970Z (over 1 year ago)
- Language: C++
- Size: 2.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.