thank you very much Majid means dont need to convert matrix to array or separate the components of RGB R alone and G then B
how use immse between two color images
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Yusuf lamah
el 7 de Feb. de 2020
Comentada: Yusuf lamah
el 7 de Feb. de 2020
how can i compute the differncebetween two RGB images, mean sqaue error and peak signal noise ratio PSNR
3 comentarios
Respuesta aceptada
Majid Farzaneh
el 7 de Feb. de 2020
Hi Yusuf,
You can calculate MSE and PSNR between 2 rgb images A and B like this:
MeanSquareError=immse(A,B)
PeakSignaltoNoiseRatio = psnr(A,B)
You don't need anything else!
0 comentarios
Más respuestas (0)
Ver también
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!