how to rescale the image using bilinear transform
    3 次查看(过去 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!