I have 180 segmented images from brain MRI. How would I combine these slices together to create a 3D model?
4 views (last 30 days)
Show older comments
i have 180 segmented brain mri images i want the code to read 180 slices and combine together and make 3d image
0 Comments
Answers (1)
Walter Roberson
on 4 Nov 2016
Combine them into a cuboid .then you can use slice() or isosurface() or grab vol3d from the file exchange.
2 Comments
Walter Roberson
on 4 Nov 2016
and store each one into a plane of an array as you read it.
See Also
Categories
Find more on MRI in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!