Borrar filtros
Borrar filtros

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

2 visualizaciones (últimos 30 días)
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 comentarios
Walter Roberson
Walter Roberson el 7 de Mzo. de 2016
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.

Iniciar sesión para comentar.

Respuestas (1)

Image Analyst
Image Analyst el 7 de Mzo. de 2016
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 comentarios
Image Analyst
Image Analyst el 8 de Mzo. de 2016
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 el 9 de Mzo. de 2016
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.

Iniciar sesión para comentar.

Categorías

Más información sobre Images 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