CIS 601 Spring 2007

Homework 2


Use MATLAB to build a little image database, consisting of 4 classes of gray level images with 2 images in each class. The class is defined by terms of histogram similarity (i.e. the 2 images in each class have a similar histogram that differs from the histogram of the remaining 6 images). To show the functionality, you should query the database with these 8 images, and plot the top 2 responses.

The information given in a histogram is insufficient to build a general purpose image database, your main task besides the programming is therefore to think about the image selection.

Your task in steps:


Since we didn't talk about histograms in class yet, here's some more help:

Task #2:
Use 8 randomly picked images (e.g. from the web or from your last vacation) and query the database. Same output as in task #1. Is this kind of image data base of any use (don't be too negative... it actually is)?


enjoy!
Score: 10 points