X-Ray view of CT images

6 次查看(过去 30 天)
mat
mat 2014-4-16
回答: YU ZHANG 2020-11-6
I have a three dimensional matrix of dicom images (CT images) and look for 2D views of it in different angle views. Using the sum and squeeze commands, I can get sagittal and coronal views. Is there a way to get views in other directions (for instance between sagittal and coronal)?

回答(3 个)

mat
mat 2014-4-16
I found that DRR does so.

Sean de Wolski
Sean de Wolski 2014-4-16
slice will allow you to slice your volume any way you like:
doc slice
  3 个评论
Sean de Wolski
Sean de Wolski 2014-4-17
So use the slice command to view any "slice" through your volumetric data.
Look at the examples in the doc:
doc slice
mat
mat 2014-4-17
Your idea works but for a dataset of images its takes so much time if you need to look at 100 slices for each angle. I am looking for a x-ray which is combination of all slices at that view (like attached image).

请先登录,再进行评论。


YU ZHANG
YU ZHANG 2020-11-6
Hi, did you found the way to implement DRR ? I am working on a similar project that need to get synthetic X-rays from CT data.

类别

Help CenterFile Exchange 中查找有关 DICOM Format 的更多信息

标签

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by