image comparison

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

 Risposta accettata

Image Analyst
Image Analyst il 7 Apr 2012

0 voti

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 Commenti

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

Accedi per commentare.

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by