How to find the percentage error of two images

9 views (last 30 days)
if two images are given as the input what's the procedure to find the percentage error between the images?

Answers (1)

Image Analyst
Image Analyst on 28 Mar 2012
PSNR ( http://en.wikipedia.org/wiki/PSNR), MSE ( http://en.wikipedia.org/wiki/Mean_square_error), and RMS difference are often used. Sometimes people use the average of the absolute value of the difference.

Community Treasure Hunt

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

Start Hunting!