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

 採用された回答

Image Analyst
Image Analyst 2012 年 4 月 7 日

0 投票

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 件のコメント

eldhose
eldhose 2012 年 4 月 7 日
can u give a source code .(simply subtracting)
Image Analyst
Image Analyst 2012 年 4 月 7 日
differenceImage = image1 - image2;

サインインしてコメントする。

その他の回答 (0 件)

カテゴリ

Community Treasure Hunt

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

Start Hunting!

Translated by