MATLAB Projects DISCUSSION

MATLAB for imaging process

Started by syedzainnasir MATLAB for imaging process
1 replies 248 views 2 participants
Latest activity · 01 Mar 2017

MATLAB for imaging process

syedzainnasir MATLAB Projects Forum
#1
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

Community replies 1

Re: MATLAB for imaging process

#2
[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]
you must need to check this tutorial:

[url=http://www.theengineeringprojects.com/2016/02/image-zooming-bilinear-interpolation-matlab.html]IMAGE ZOOMING WITH BILINEAR INTERPOLATION IN MATLAB[/url]
TEP COMMUNITY