Extrapolating an image to give different resolution
Mostrar comentarios más antiguos
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
Más respuestas (1)
Sean de Wolski
el 12 de Dic. de 2011
doc interp2 %slicewise
doc interp3 %volumewise
Places to start.
3 comentarios
David Dijemeni
el 12 de Dic. de 2011
Walter Roberson
el 12 de Dic. de 2011
What is size() and class() of your image?
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?
Categorías
Más información sobre Images en Centro de ayuda y File Exchange.
Productos
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!