How to calculate MSE (Mean Squared Error)?
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
What is the instruction to calculate mean squared error of two images?
1 Kommentar
Antworten (1)
Walter Roberson
am 20 Jan. 2017
Bearbeitet: Walter Roberson
am 20 Jan. 2017
2 Kommentare
Walter Roberson
am 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)
Siehe auch
Kategorien
Mehr zu Encryption / Cryptography finden Sie in Help Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!