how to rescale the image using bilinear transform

2 次查看(过去 30 天)
i want to rescale the image using bilinear transform to user deffined memory size. plz help me for coding......

采纳的回答

Image Analyst
Image Analyst 2013-5-17
outputImage = imresize(inputImage, [desiredRows, desiredColumns], 'bilinear');

更多回答(0 个)

Community Treasure Hunt

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

Start Hunting!

Translated by