how use immse between two color images

5 views (last 30 days)
how can i compute the differncebetween two RGB images, mean sqaue error and peak signal noise ratio PSNR
  3 Comments
Majid Farzaneh
Majid Farzaneh on 7 Feb 2020
U're welcome. No, That's enough.

Sign in to comment.

Accepted Answer

Majid Farzaneh
Majid Farzaneh on 7 Feb 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!

More Answers (0)

Categories

Find more on Image Processing Toolbox in Help Center and File Exchange

Products

Community Treasure Hunt

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

Start Hunting!