how to rescale the image using bilinear transform

2 views (last 30 days)
i want to rescale the image using bilinear transform to user deffined memory size. plz help me for coding......
  2 Comments
Subham Tulshan
Subham Tulshan on 21 Mar 2019
can we use bi cubic interpoltaion to reduce the dimension of a image ? Please provide the code

Sign in to comment.

Accepted Answer

Image Analyst
Image Analyst on 17 May 2013
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!