필터 지우기
필터 지우기

Warning: Image is too big to fit on screen; Can I turn off automatic interpolation?

조회 수: 2 (최근 30일)
Marek
Marek 2016년 3월 7일
댓글: Marek 2016년 3월 9일
I have binary image with object skeletons. Image resolution is bigger than my screen, so Matlab have to resized it to fit a screen. But when image is being resized it also interpolated and show as grey-scale image, when I zoom in to check the details skeleton is blurred.
Is there a way to force Matlab to show original image(without resized), when zoomed in?
I try imtool, but didn't help. I only found work around using imcrop but croping image whenever I want check different part of image is relay inconvenient.
  댓글 수: 2
Walter Roberson
Walter Roberson 2016년 3월 7일
Which MATLAB release are you using? One of the recent versions had a bug about how it handled this situation. R2015a I think it was.

댓글을 달려면 로그인하십시오.

답변 (1개)

Image Analyst
Image Analyst 2016년 3월 7일
See attached Mathworks demo for how to use a imscrollpanel control. You can display your image with actual pixels, not interpolated, and zoom and scroll as you want.
  댓글 수: 3
Image Analyst
Image Analyst 2016년 3월 8일
You're sure you're just zooming, and not using imshow(), right? If so, try calling the Mathworks. I don't know anything about that bug. You can search bug reports here: http://www.mathworks.com/support/bugreports
Marek
Marek 2016년 3월 9일
Yes I am sure. I just modify one line in the demo to read my image not saturn. My university will change Matlab version soon, hopefully it wont be a problem any more. Either way thank you for imscrolpanel demo it will definitely come in handy.

댓글을 달려면 로그인하십시오.

카테고리

Help CenterFile Exchange에서 Images에 대해 자세히 알아보기

태그

Community Treasure Hunt

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

Start Hunting!

Translated by