How is image downsized when "Image is too big to fit on screen"?

2 ビュー (過去 30 日間)
KAE
KAE 2018 年 3 月 19 日
コメント済み: KAE 2018 年 3 月 20 日
When displaying an image in imshow, I get the error that "Image is too big to fit on screen; displaying at 67%" and I notice Moire patterns in the resulting image. I'd like to know how the image is downsized to display at reduced size. Is it subsampled, or something else?

採用された回答

Steve Eddins
Steve Eddins 2018 年 3 月 20 日
Nearest-neighbor interpolation.
  1 件のコメント
KAE
KAE 2018 年 3 月 20 日
Thanks so much! This page has a nice demo of how nearest neighbor (and other downsampling algorithms) can introduce Moire, while some filtering beforehand can prevent it.

サインインしてコメントする。

その他の回答 (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