フィルターのクリア

What is the difference between bilinear image resizing and averaged downsampling

6 ビュー (過去 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?

採用された回答

Nikhil Sonavane
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".
You may also refer to interpolation methods for further details about implementation.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeRead, Write, and Modify Image についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by