As part of the first assignment in CS585 (Image and Video Computing), I designed a simple algorithm that would add vertical
blur to a given jpg image. The algorithm takes alternating columns of 3
pixels and shifts them down by 25 pixels. This creates
an illusion of blur applied on the image, in a pattern similar to a paper shredder.
Original Image
Grayscale Image (Single color channel)
Image processed using my Algorithm