What is the difference between bilinear image resizing and averaged downsampling
4 次查看(过去 30 天)
显示 更早的评论
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 个评论
采纳的回答
Nikhil Sonavane
2020-4-14
编辑:Nikhil Sonavane
2020-4-14
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 个评论
更多回答(0 个)
另请参阅
类别
在 Help Center 和 File Exchange 中查找有关 Read, Write, and Modify Image 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!