how use immse between two color images

4 次查看(过去 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 个)

类别

Help CenterFile Exchange 中查找有关 Image Processing Toolbox 的更多信息

产品

Community Treasure Hunt

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

Start Hunting!

Translated by