UNIVERSITY AT BUFFALO, THE STATE UNIVERSITY OF NEW YORK
The Department of Computer Science & Engineering
cse@buffalo
CSE 111: Great Ideas in Computer Science

Lab 8 - Image Manipulation Using Loops


July 27, 2011

In this lab you are going to be creating more image filters as we did in class and learning to chain them together to create new and interesting effects.

First create three image effects:

1) Sepiatone:

2) Image negative:

3) One of your own choosing (something different than what we've done so far!)

Now, once you've done that. Write a new function called "myFilter" which will perform at least three of the effects we've done in class or here on an image to produce something interesting. You can write new effects too, but you should be calling their functions, not reproducing the code inside myFilter. You should comment your code to say *why* this new filter is interesting and useful.

This lab is due Monday at the start of class.


Copyright © 2011 Daniel R. Schlegel