双线性插值法缩放图像函数matlab程序 % Define a function for shrinking and zooming images by bilinear interpolation % I is the original image and N is the factor for shrinking firstly and zooming later function interpolation_shrink_zoom_image(I, N % First to shrink the original image % To ...