How to calculate MSE (Mean Squared Error)?
2 次查看(过去 30 天)
显示 更早的评论
What is the instruction to calculate mean squared error of two images?
回答(1 个)
Walter Roberson
2017-1-20
编辑:Walter Roberson
2017-1-20
2 个评论
Walter Roberson
2017-1-21
measerr can return mean squared error, but it does so as the second output.
[~, MSE] = measerr(CoverImg,stegImg);
fprintf('MSE: %.5g\n', MSE)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Encryption / Cryptography 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!