Azzera filtri
Azzera filtri

how to rescale the image using bilinear transform

1 visualizzazione (ultimi 30 giorni)
i want to rescale the image using bilinear transform to user deffined memory size. plz help me for coding......
  2 Commenti
Subham Tulshan
Subham Tulshan il 21 Mar 2019
can we use bi cubic interpoltaion to reduce the dimension of a image ? Please provide the code

Accedi per commentare.

Risposta accettata

Image Analyst
Image Analyst il 17 Mag 2013
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