write a MATLAB code for zooming and shrinking an image by bilinear and bicubic interpolation. the input to your program is:
1)image
2)zooming/shrinking parameters along the image rows and columns
3)interpolation method
should include:
1)M-file
2)figure 1 showing the input image that is zoomed by 1.7 along rows and 2.4 along colomns using: a) bilinear interpolation, b) bicubic interpolation
3) figure2 showing the input image that is shrunk by 4.3 along rows and 3.6 along columns using a) bilinear interpolation, b) bicubic interpolation
[url=http://www.theengineeringprojects.com/2016/02/image-zooming-bilinear-interpolation-matlab.html]IMAGE ZOOMING WITH BILINEAR INTERPOLATION IN MATLAB