CS585 Assignment 1
Original Face Picture:
Grayscale Face Picture:
This grayscale image is the result from an algorithm that traverses the image and sets each pixel value to a weighted sum of each color present in the pixel.
Blurred Picture:
This image is the result from a blurring algorithm applied to the grayscale image. The blurring is done by traversing the image and setting each pixel value to the average of the four neighboring pixels.