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!