how to rescale the image using bilinear transform
2 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
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
am 21 Mär. 2019
can we use bi cubic interpoltaion to reduce the dimension of a image ? Please provide the code
Akzeptierte Antwort
Image Analyst
am 17 Mai 2013
outputImage = imresize(inputImage, [desiredRows, desiredColumns], 'bilinear');
0 Kommentare
Weitere Antworten (0)
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!