How can I build a 3D volume from Dicom files ?
15 ビュー (過去 30 日間)
古いコメントを表示
This question has indeed been asked several time, but i never managed to find an appropriate answer to my case.
I have 3 types of images :
SLX+0.dcm, SLX+1.dcm, SLX+2.dcm...
SLX-1.dcm, SLX-2.dcm, SLX-3.dcm... %without number 0
%%and the same scheme with SLY and SLZ.
I thought first i would need to pile them or even imbricate them into an array but it seems irrelevant to me since it has "3" plans...
What logic should I use in that case to rebuild the volume ?
thank you
0 件のコメント
回答 (3 件)
Sean de Wolski
2012 年 10 月 17 日
My answer here may interest you:
If it doesn't answer your question, please be specific about what you have and what you need.
0 件のコメント
ocelote
2012 年 10 月 19 日
3 件のコメント
Sean de Wolski
2012 年 10 月 22 日
You're welcome!
I am suggesting that your interpolate to an even grid, at least in two dimensions, so that you can work on this array like any other 3d array.
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!