how to rescale the image using bilinear transform

2 ビュー (過去 30 日間)
Shashank Rao
Shashank Rao 2013 年 5 月 17 日
コメント済み: Image Analyst 2019 年 3 月 21 日
i want to rescale the image using bilinear transform to user deffined memory size. plz help me for coding......
  2 件のコメント
Subham Tulshan
Subham Tulshan 2019 年 3 月 21 日
can we use bi cubic interpoltaion to reduce the dimension of a image ? Please provide the code
Image Analyst
Image Analyst 2019 年 3 月 21 日
The code was below, in my Answer

サインインしてコメントする。

採用された回答

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