how to rescale the image using bilinear transform
    2 views (last 30 days)
  
       Show older comments
    
    Shashank Rao
 on 17 May 2013
  
    
    
    
    
    Commented: Image Analyst
      
      
 on 21 Mar 2019
            i want to rescale the image using bilinear transform to user deffined memory size. plz help me for coding......
2 Comments
  Subham Tulshan
 on 21 Mar 2019
				can we use bi cubic interpoltaion to reduce the dimension of a image ? Please provide the code
Accepted Answer
  Image Analyst
      
      
 on 17 May 2013
        outputImage = imresize(inputImage, [desiredRows, desiredColumns], 'bilinear');
0 Comments
More Answers (0)
See Also
Products
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

