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

2 Ansichten (letzte 30 Tage)
KAE
KAE am 19 Mär. 2018
Kommentiert: KAE am 20 Mär. 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?

Akzeptierte Antwort

Steve Eddins
Steve Eddins am 20 Mär. 2018
Nearest-neighbor interpolation.
  1 Kommentar
KAE
KAE am 20 Mär. 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.

Melden Sie sich an, um zu kommentieren.

Weitere Antworten (0)

Kategorien

Mehr zu Read, Write, and Modify Image finden Sie in Help Center und File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!

Translated by