This is my project I wrote to pass a course called "Computer graphics and image processing" at my university. The project is a paint application that supports drawing various shapes and images on a canvas. It also uses OpenCV for applying simple filters to images.
Directories "Lab*" contain different iterations of the project. Each consecutive iteration adds new features. The latest one is located in "Lab9_10".
The project is written in C#.
You need to have Visual Studio 2022 installed. Besides installing Visual Studio it doesn't require anything else.