How to create a montage from a 3D subvolume?
3 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Colleen
el 26 de Sept. de 2013
Comentada: Jan
el 13 de Mzo. de 2014
I have created a 3D subvolume within a 3D image. I would now like to display that subvolume as a montage. It appears that I need to save the subvolume and then call it using the montage command. However, I cannot figure out how to successfully save the 3D subvolume. Please let me know if my question is unclear or if more information is needed. Thank you.
0 comentarios
Respuesta aceptada
Matt J
el 26 de Sept. de 2013
Editada: Matt J
el 26 de Sept. de 2013
No, you don't need to save it. From the doc,
montage(I) displays all the frames of amultiframe image array I in a single image object. I can be a sequence of binary, grayscale, or truecolorimages. A binary or grayscale image sequence must be an M-by-N-by-1-by-K array. A truecolor image sequence must be an M-by-N-by-3-by-K array.
3 comentarios
Más respuestas (0)
Ver también
Categorías
Más información sobre Fractals 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!