why the mse and psnr changing? - MATLAB Answers - MATLAB...
I use this coding to find mse and psnr, why everytime i ran the code, the image's psnr and mse changing?? clear all close all clc imdata = imread ('/Users/hp/desktop/FYP IMAGE/blue/160blue.jpg') figure imshow (imdata);