// Midterm Project #1 - Mosaic
This application samples the video color value every ten pixels and then draws a rectangle in its place. View the source code
// Midterm Project #2 - Mosaic With Perlin Noise
This application uses the above sampling and then applies a Perlin Noise field to the rectangles. View the source code
View Perlin Noise Class
Rich Hauck at the Interactive Telecommunications Program at New York University