How to calculate MSE (Mean Squared Error)?
Afficher commentaires plus anciens
What is the instruction to calculate mean squared error of two images?
1 commentaire
hudof najeeb
le 21 Jan 2017
Modifié(e) : Walter Roberson
le 21 Jan 2017
Réponses (1)
Walter Roberson
le 20 Jan 2017
Modifié(e) : Walter Roberson
le 20 Jan 2017
1 vote
2 commentaires
Walter Roberson
le 21 Jan 2017
measerr can return mean squared error, but it does so as the second output.
[~, MSE] = measerr(CoverImg,stegImg);
fprintf('MSE: %.5g\n', MSE)
hudof najeeb
le 22 Jan 2017
Modifié(e) : hudof najeeb
le 22 Jan 2017
Catégories
En savoir plus sur Image Quality dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!