How can I build a 3D volume from Dicom files ?
이전 댓글 표시
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
답변 (3개)
Sean de Wolski
2012년 10월 17일
0 개 추천
My answer here may interest you:
If it doesn't answer your question, please be specific about what you have and what you need.
ocelote
2012년 10월 19일
0 개 추천
댓글 수: 3
Sean de Wolski
2012년 10월 19일
Well if you don't have data available at these spots, you could interp3 or griddedInterpolant to fill in the voids or to produce a uniform stride of your data.
ocelote
2012년 10월 19일
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.
카테고리
도움말 센터 및 File Exchange에서 DICOM Format에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!

