how to rescale the image using bilinear transform

i want to rescale the image using bilinear transform to user deffined memory size. plz help me for coding......

2 Comments

can we use bi cubic interpoltaion to reduce the dimension of a image ? Please provide the code

Sign in to comment.

 Accepted Answer

outputImage = imresize(inputImage, [desiredRows, desiredColumns], 'bilinear');

More Answers (0)

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!