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 CenterFile Exchange에서 Read, 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