Borrar filtros
Borrar filtros

Extrapolating an image to give different resolution

4 visualizaciones (últimos 30 días)
David Dijemeni
David Dijemeni el 12 de Dic. de 2011
Editada: Matt J el 25 de Oct. de 2013
How do you extrapolate an image to give different resolution?
I am currently working on a MRI image and I need to create different mesh size from the image but I dont know how to extrapolate the image to create a final image with .333 mm/pixel or 0.476mm.pixel.
Any suggestion(s) would be helpful.

Respuesta aceptada

Jan
Jan el 12 de Dic. de 2011
Instead of INTERP2 I'd prefer imresize(Img, [nROWS, nCOLS], 'lanczos3').
But to be exact: Every resizing add artifacts to the image. Of course it is necessary for some cases, e.g. an automatic comparison. But if anybody uses the method for cinical decision making keep in mind, that the results must be compared visually again using the original resolution. Do never, never, never plan a surgical operation, because the patient has a Moiree pattern!
I'm not joking. A lot of healthy legs and arms have been amputated due to missinterpreted images.
  1 comentario
David Dijemeni
David Dijemeni el 25 de Feb. de 2012
Ur method works but it does not preserve the edges of the image well. So I have developed a simple interpolation function to do it for me but my result is slightly less accurate.

Iniciar sesión para comentar.

Más respuestas (1)

Sean de Wolski
Sean de Wolski el 12 de Dic. de 2011
doc interp2 %slicewise
doc interp3 %volumewise
Places to start.
  3 comentarios
Walter Roberson
Walter Roberson el 12 de Dic. de 2011
What is size() and class() of your image?
Sean de Wolski
Sean de Wolski el 12 de Dic. de 2011
Well what did you try? Please post the full code and any error messages you encountered. Also, did you try IMRESIZE per Jan's suggestion?

Iniciar sesión para comentar.

Categorías

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

Productos

Community Treasure Hunt

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

Start Hunting!

Translated by