Borrar filtros
Borrar filtros

how to change matlab settings to display image properly to have clear view?

1 visualización (últimos 30 días)
I am reading image from matlab by imread. But after imshow, it is getting blurred not same as windows image viewer. So i can't work on it. Whether it is necessary to change some display setting?

Respuestas (1)

Walter Roberson
Walter Roberson el 15 de Oct. de 2012
Is imshow() warning that it had to display at a fraction of the original size?
What is the size of the image? What is the size of the axes you are giving to render it in?
I suspect that the blurring is in the display (not enough space to display it all) and not in what was read in by imread(). Have you tried the zoom tool ?
  2 comentarios
Pratik Oak
Pratik Oak el 17 de Oct. de 2012
Thanks. yes it is giving warning to display at a fraction of original size. But size is 128*128 only.
How to use zoom tool?

Iniciar sesión para comentar.

Categorías

Más información sobre Image Processing Toolbox en Help Center y File Exchange.

Community Treasure Hunt

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

Start Hunting!

Translated by