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 Kommentare

can we use bi cubic interpoltaion to reduce the dimension of a image ? Please provide the code
The code was below, in my Answer

Melden Sie sich an, um zu kommentieren.

 Akzeptierte Antwort

Image Analyst
Image Analyst am 17 Mai 2013

2 Stimmen

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

Weitere Antworten (0)

Community Treasure Hunt

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

Start Hunting!

Translated by