patricia2602 / DataStructure_final

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Object-Oriented Data Structures in C++ final project

Disclaimer: Repo for my coursework on coursera. I don't own any of the course materials, so if there's any legal issue feel free to contact me directly.

The goal of this project is to make image transformation filters

Original input:

alt text

Filter 1: Illinify

This filter transforms all hue values to either blue or orange, depending on which they're closer to

alt text

Filter 2: Spotlight

This filter creates a spotlight centered at our coordinate inputs

alt text

Filter 3: Watermark

This filter takes an additional input on wich we have the desired watermark

alt text

About


Languages

Language:C++ 99.6%Language:Makefile 0.4%