X-Ray view of CT images

7 views (last 30 days)
mat
mat on 16 Apr 2014
Answered: YU ZHANG on 6 Nov 2020
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)?

Answers (3)

mat
mat on 16 Apr 2014
I found that DRR does so.

Sean de Wolski
Sean de Wolski on 16 Apr 2014
slice will allow you to slice your volume any way you like:
doc slice
  3 Comments
Sean de Wolski
Sean de Wolski on 17 Apr 2014
So use the slice command to view any "slice" through your volumetric data.
Look at the examples in the doc:
doc slice
mat
mat on 17 Apr 2014
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).

Sign in to comment.


YU ZHANG
YU ZHANG on 6 Nov 2020
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.

Categories

Find more on DICOM Format in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!