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

2 visualizaciones (últimos 30 días)
KAE
KAE el 19 de Mzo. de 2018
Comentada: KAE el 20 de Mzo. de 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?

Respuesta aceptada

Steve Eddins
Steve Eddins el 20 de Mzo. de 2018
Nearest-neighbor interpolation.
  1 comentario
KAE
KAE el 20 de Mzo. de 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.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre Read, Write, and Modify Image en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by