Mosaic Project
Monday, February 16th, 2009Recently I’ve started collecting images online (specifically off of the flickr website owned by Yahoo!). My goal is to collect roughly 65,000 images to build a mosaic out of them. I’ve only collected roughly 6000 so far.. so I don’t have nearly enough to began building a mosaic.
I have done one experiment on them, however. I’ve averaged all the pictures together (Resize them to 256×256, summed each pixel up and divided by the number of images). I obtained this:
As awesome as that is.. it appears mostly gray. You can see some hints of blues and reds in there, which I found interesting. I then took this, and simply normalized the image to obtain a more apparent version of how the colors interacted (Excuse the poor jpeg quality).
This is a much better image to describe what is going on. My [limited] explanation for what is going on is that darker colors tend to be on the bottom (floor, ground, etc), while faces and people tend to be in the middle, and sky and clouds tend to be on top.
I intend on doing more experiments with these images once I collect more of them. And once I get enough, mosaic time!
(On a more technical note, the image fetchers and processors have been programmed in python, using MySQL as a backend to keep track of the histograms of every image.. to make access time for creating a mosaic much faster).

