Lab Time: Image Processing

Channel:
Subscribers:
2,650
Published on ● Video Link: https://www.youtube.com/watch?v=7fyC7i4aC60



Duration: 38:54
160 views
3


The current assignment is to write your own image filter (think like an Instagram filter or Photoshop filter) in C++. You are given a vector containing the RGB values (ranging from 0 to 255) for each pixel in the image, and you need to manipulate them to make an effect that is both:
A) Artistic
and
B) Technically challenging

I go over some demo code showing you how to do a vignette, sepia toning, color cycling, and others.