how use immse between two color images

조회 수: 2 (최근 30일)
Yusuf lamah
Yusuf lamah 2020년 2월 7일
댓글: Yusuf lamah 2020년 2월 7일
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일
U're welcome. No, That's enough.
Yusuf lamah
Yusuf lamah 2020년 2월 7일
thank alot

댓글을 달려면 로그인하십시오.

채택된 답변

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