CS4241 Multimedia Information Systems


Assignment 1: Color-based Image Retrieval

Aim:

The purpose of this assignment is to develop a program to retrieve images based on color.

Facilities and Basic Programs:

To help you start up with the assignment, a set of C++ programs and JPEG test image files have been made available to you. They reside on:

The set of programs include code to convert RGB to LUV and to compute similarity between LUV colors, program to decode JPEG images and the data file for the set of LUV colors used and the perceptual similarity matrix.

Deliverables:

You are required to develop a program (by extending the given code or otherwise) to perform content-based retrieval of images based on color. You should implement these two methods:

The program should utilize the LUV color space.

Suitably evaluate the retrieval performance of the two techniques (e.g. using the precision/recall measures or the F measure). The idea is to provide sufficient evidence in order to claim superiority of one technique over the other.

Deadline:

The complete programming and the report should be ready for evaluation by 12:00noon on 4th March 2002. You are required to:

Grading Scheme: