image comparison

How to compare 2 images using mat lab?any body have the code just mail me... eldhosekm@ymail.com ..pls help me

 Accepted Answer

Image Analyst
Image Analyst on 7 Apr 2012

0 votes

Lots of ways, such as simply subtracting them, to using Structural Similarity ( http://en.wikipedia.org/wiki/SSIM) to even higher level methods (e.g. "show me all images that have babies in them").

2 Comments

eldhose
eldhose on 7 Apr 2012
can u give a source code .(simply subtracting)
differenceImage = image1 - image2;

Sign in to comment.

More Answers (0)

Community Treasure Hunt

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

Start Hunting!