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 个评论

can we use bi cubic interpoltaion to reduce the dimension of a image ? Please provide the code

请先登录,再进行评论。

 采纳的回答

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