I have 180 segmented images from brain MRI. How would I combine these slices together to create a 3D model?
4 ビュー (過去 30 日間)
古いコメントを表示
i have 180 segmented brain mri images i want the code to read 180 slices and combine together and make 3d image
0 件のコメント
回答 (1 件)
Walter Roberson
2016 年 11 月 4 日
Combine them into a cuboid .then you can use slice() or isosurface() or grab vol3d from the file exchange.
2 件のコメント
Walter Roberson
2016 年 11 月 4 日
and store each one into a plane of an array as you read it.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!