Dicom 3D rendering with greyscale
显示 更早的评论
Hi,
I would like to visualize "correctly" my 3D matrix made of DICOM files.
My matrix contains greyscale value, but I only managed to use patch(isosurface(Volume)) to render the volume...
What I have ? My 3D volume colored with set(patch, ...)
p = patch( isosurface(v,0.5) ); % v = my 3D matrix
What I want ? My 3D volume with greyscale colors
I dont see how I could be more clear since my previous question has been locked
1 个评论
Walter Roberson
2013-1-14
Your previous question is not locked; you can edit it to add more information.
回答(0 个)
类别
在 帮助中心 和 File Exchange 中查找有关 DICOM Format 的更多信息
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!