how to reconstruct 3d volume from 2d ct slices with its header information?
조회 수: 1 (최근 30일)
이전 댓글 표시
Hello I want to reconstruct 3d volume from 2d dicom slices. I had written a code in Matlab successfully. But I don't know how to use the standard information for a given 3d volume. for example, the spacing between slices, voxel spacing etc. The example of this information is given below... thanks.
![](https://www.mathworks.com/matlabcentral/answers/uploaded_files/167222/image.png)
댓글 수: 1
Rik
2017년 12월 5일
Usually, people just make a contiguous, square 3D matrix to contain the data, and use the positional information only when they have to.
답변 (0개)
참고 항목
카테고리
Help Center 및 File Exchange에서 3-D Volumetric Image Processing에 대해 자세히 알아보기
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!