Effacer les filtres
Effacer les filtres

how to calculate degree of similarity between two images

75 vues (au cours des 30 derniers jours)
bay rem
bay rem le 3 Fév 2016
Modifié(e) : Image Analyst le 12 Avr 2021
i wanna know if there is a way to calculate degree of similarity between two images?

Réponse acceptée

Image Analyst
Image Analyst le 3 Fév 2016
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 commentaires
RAKESH KUCHANA
RAKESH KUCHANA le 12 Avr 2021
I am unable to find Similarity Index of two images in MATLAB R2013a version. Can anyone help me regarding this?

Connectez-vous pour commenter.

Plus de réponses (0)

Produits


Version

R2013a

Community Treasure Hunt

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

Start Hunting!

Translated by