image comparison

4 views (last 30 days)
sahil316
sahil316 on 25 Feb 2012
Edited: Danilo NASCIMENTO on 25 Oct 2013
i am currently doing(going to start) a new project on image comparison method. Basically i want to compare 2 images changed under any circumstances( moustache,beard,inclination etc). I will be going to compare the new image with the database i have and give the closest possible match i get. I request you to help me with this. pls forward me whatever material or research papers you have in relation to this project.I will be very thankful to you.

Accepted Answer

Image Analyst
Image Analyst on 25 Feb 2012
You could use SSIM : http://en.wikipedia.org/wiki/SSIM "The structural similarity (SSIM) index is a method for measuring the similarity between two images. The SSIM index is a full reference metric, in other words, the measuring of image quality based on an initial uncompressed or distortion-free image as reference. SSIM is designed to improve on traditional methods like peak signal-to-noise ratio (PSNR) and mean squared error (MSE), which have proved to be inconsistent with human eye perception."
or better yet, do some research on CBIR. Just Google "CBIR database"
  14 Comments
Image Analyst
Image Analyst on 20 Apr 2012
Here is the list: http://iris.usc.edu/Vision-Notes/bibliography/contentspeople.html#Face%20Recognition,%20Detection,%20Tracking,%20Gesture%20Recognition,%20Fingerprints,%20Biometrics
sahil316
sahil316 on 21 Apr 2012
sir i did get this list from your comment on some other link but i am unable to find source codes in matlab in this website. DO u have any links of matlab codes with you that can be of my help.??thanx in advance!

Sign in to comment.

More Answers (1)

Ali
Ali on 25 Feb 2012
You could try computing either the mean square error or signal to noise ratio of the two images and see which one gives you the least errors.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!