Filter löschen
Filter löschen

how to rescale the image using bilinear transform

1 Ansicht (letzte 30 Tage)
Shashank Rao
Shashank Rao am 17 Mai 2013
Kommentiert: Image Analyst am 21 Mär. 2019
i want to rescale the image using bilinear transform to user deffined memory size. plz help me for coding......
  2 Kommentare
Subham Tulshan
Subham Tulshan am 21 Mär. 2019
can we use bi cubic interpoltaion to reduce the dimension of a image ? Please provide the code
Image Analyst
Image Analyst am 21 Mär. 2019
The code was below, in my Answer

Melden Sie sich an, um zu kommentieren.

Akzeptierte Antwort

Image Analyst
Image Analyst am 17 Mai 2013
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