how to calculate degree of similarity between two images

62 ビュー (過去 30 日間)
bay rem
bay rem 2016 年 2 月 3 日
編集済み: Image Analyst 2021 年 4 月 12 日
i wanna know if there is a way to calculate degree of similarity between two images?

採用された回答

Image Analyst
Image Analyst 2016 年 2 月 3 日
ssimval = ssim(A,ref) computes the Structural Similarity Index (SSIM) value for image A using ref as the reference image.
peaksnr = psnr(A,ref) calculates the peak signal-to-noise ratio for the image A, with the image ref as the reference. A and ref must be of the same size and class.
err = immse(X,Y) calculates the mean-squared error (MSE) between the arrays X and Y. X and Y can be arrays of any dimension, but must be of the same size and class.
  12 件のコメント
RAKESH KUCHANA
RAKESH KUCHANA 2021 年 4 月 12 日
I am unable to find Similarity Index of two images in MATLAB R2013a version. Can anyone help me regarding this?
Image Analyst
Image Analyst 2021 年 4 月 12 日
編集済み: Image Analyst 2021 年 4 月 12 日

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

その他の回答 (0 件)

製品


リリース

R2013a

Community Treasure Hunt

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

Start Hunting!

Translated by