similarity between 2 B/w images?

4 ビュー (過去 30 日間)
mmm ssss
mmm ssss 2012 年 2 月 16 日
Hi All
I have 2 B/W images , and i need to measure similarity between them , so for example if i use corr2 function:
I1=imread(............);
I2=imread(............);
x=corr2(I1,I2);
i find x=0.103931820103397
As i know that x represent the correlation coefficient , is it means similarity measure between I1,I2 or not ? is there anything must be added to find similarity between I1&I2, because I1&I2 are very similar images and i obtained this result ,so i am not understanding what happen?
thanks alot for your reading.

採用された回答

Image Analyst
Image Analyst 2012 年 2 月 16 日
That's not a great method. A popular, fairly common way these days is SSIM http://en.wikipedia.org/wiki/SSIM
  2 件のコメント
mmm ssss
mmm ssss 2012 年 2 月 16 日
image analyst,thank you in advance.
Shashi
Shashi 2012 年 2 月 23 日
I have also seen Visual Information Fidelity being used as a measure of image quality. Which one is better out of the two? And to be very specific, if we want to measure the enhancement made by an image, which standard image do we compare it with?

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

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeComputer Vision with Simulink についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by