I have 180 segmented images from brain MRI. How would I combine these slices together to create a 3D model?
4 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
i have 180 segmented brain mri images i want the code to read 180 slices and combine together and make 3d image
0 comentarios
Respuestas (1)
Walter Roberson
el 4 de Nov. de 2016
Combine them into a cuboid .then you can use slice() or isosurface() or grab vol3d from the file exchange.
2 comentarios
Walter Roberson
el 4 de Nov. de 2016
and store each one into a plane of an array as you read it.
Ver también
Categorías
Más información sobre MRI 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!