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 Small Bio
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 Small Bio
you must need to check this tutorial:[quote=William post_id=209 time=1488369427 user_id=64]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[/quote]





































