Plot 3d volume from 2d slice with voxel size
显示 更早的评论
Hi! I have to build 3D volume from segmentation of 25 2D MRI slices (768x728x25). I've crated a 3D binary matrix 768x768x25,named 'mask' (1 inside of region of segmentation and 0 outside), a 3D matrix with hounsfield value of slices 768x768x25, named 'HU' and then I've found a matrix with 0 outside the region of segmentation and hounsfield value inside, named 'ROI'.
(ROI=HU.*mask)
How can i build volume from ROI and voxel size (0.2995x0.2995x3) and plot it? thanks.
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 Neuroimaging 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!