How to calculate MSE (Mean Squared Error)?
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
What is the instruction to calculate mean squared error of two images?
1 comentario
Respuestas (1)
Walter Roberson
el 20 de En. de 2017
Editada: Walter Roberson
el 20 de En. de 2017
2 comentarios
Walter Roberson
el 21 de En. de 2017
measerr can return mean squared error, but it does so as the second output.
[~, MSE] = measerr(CoverImg,stegImg);
fprintf('MSE: %.5g\n', MSE)
Ver también
Categorías
Más información sobre Encryption / Cryptography en Help Center y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!