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 次查看(过去 30 天)
显示 更早的评论
how can i compute the differncebetween two RGB images, mean sqaue error and peak signal noise ratio PSNR
3 个评论
采纳的回答
Majid Farzaneh
2020-2-7
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 个评论
更多回答(0 个)
另请参阅
产品
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!