rickymartin
New member
Write a MATLAB code to scale an input image of 256x256 to a smaller image of 160x160 using the bilinear interpolation method discussed in the class. Use the MATLAB’s built-in function imresize to do the same thing (e.g., with the ‘bilinear’ option). Compare your result and the result from imresize by computing the mean squared error between two obtained 160x160 images.