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
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 个)

产品

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by