How to calculate MSE (Mean Squared Error)?
Show older comments
What is the instruction to calculate mean squared error of two images?
1 Comment
hudof najeeb
on 21 Jan 2017
Edited: Walter Roberson
on 21 Jan 2017
Answers (1)
Walter Roberson
on 20 Jan 2017
Edited: Walter Roberson
on 20 Jan 2017
1 vote
2 Comments
Walter Roberson
on 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
on 22 Jan 2017
Edited: hudof najeeb
on 22 Jan 2017
Categories
Find more on Encryption / Cryptography in Help Center and File Exchange
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!