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 Commenti

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

Accedi per commentare.

 Risposta accettata

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

Più risposte (0)

Community Treasure Hunt

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

Start Hunting!

Translated by