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

1 vue (au cours des 30 derniers jours)
KAE
KAE le 19 Mar 2018
Commenté : KAE le 20 Mar 2018
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?

Réponse acceptée

Steve Eddins
Steve Eddins le 20 Mar 2018
Nearest-neighbor interpolation.
  1 commentaire
KAE
KAE le 20 Mar 2018
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.

Connectez-vous pour commenter.

Plus de réponses (0)

Catégories

En savoir plus sur Read, Write, and Modify Image dans Help Center et File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by