IMI GDM WS24 - Code Exercise 3: Image Color Manipulations

  • 5 views

  • 0 favorites

I straghtly ripped off my old prof's exercises almost 1:1... sorry, but it just was a good idea. The only difference: you are kinda making your own gui in Java Swing and applying brightness, contrast, saturation and hue shifts in the RGB color space instead of in YUV. The basic exercise is otherwise very similar, hence I'd advise you to watch IMI GDM2 WS22 - Explaining The Orchid (part 1) and IMI GDM2 WS22 - Explaining The Orchid (part 2) for a more detailed explanation. In this I just showcase my approach, talk (in a bad way) about how to interprete color spaces visually and where I found solutions.

Tags: