Wednesday, December 15, 2010

Final N900 Project

For whatever reason, my web space on the UVA directory is being finnicky, so I'm posting the stuff for my final project for Computational Photography here.

Text:
These images were taken with a program written for the Nokia N900 smartphone. The program is designed to distort the color and intensity of the image while still leaving its general shape and contours intact. It does this by taking the value for each pixel and multiplying it by 3, then, if it's outside the acceptable range for a pixel (0-255), it reduces it modulo 256. If after the multiplication it isn't out of range, though, the program simply divides it by 3 to return it
to its original value. In addition to creating a visually unique image, this leaves the subject matter of the image recognizable, albeit in a distorted form. The artist is left with a stunning, colorful image that also challenges the viewer's normal perception of the world around them by presenting it through a filter they've probably never before seen.

Photos:




No comments:

Post a Comment