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......
2 件のコメント
Subham Tulshan
2019 年 3 月 21 日
can we use bi cubic interpoltaion to reduce the dimension of a image ? Please provide the code
採用された回答
Image Analyst
2013 年 5 月 17 日
outputImage = imresize(inputImage, [desiredRows, desiredColumns], 'bilinear');
0 件のコメント
その他の回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!