What is the difference between bilinear image resizing and averaged downsampling
4 views (last 30 days)
Show older comments
Yuzhen Lu
on 11 Apr 2020
Edited: Nikhil Sonavane
on 14 Apr 2020
I note imresize has the method option 'bilinear'. Does this method have the same effect as averaged downsampling? For example, given an image A, imresize(A,0.5,'bilinear'), is this equivalent to 2*2 averaged binning? How is the bilinear resizing implemented by Matlab?
0 Comments
Accepted Answer
Nikhil Sonavane
on 14 Apr 2020
Edited: Nikhil Sonavane
on 14 Apr 2020
I would suggest you refer imresize which states that "Bilinear interpolation; the output pixel value is a weighted average of pixels in the nearest 2-by-2 neighborhood".
0 Comments
More Answers (0)
See Also
Categories
Find more on Read, Write, and Modify Image in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!