X-Ray view of CT images

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

0 votes

I found that DRR does so.
slice will allow you to slice your volume any way you like:
doc slice

3 Comments

mat
mat on 17 Apr 2014
I am looking for not just a slice in a view, instead, the combination of all slices in a view.
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

0 votes

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

Tags

Asked:

mat
on 16 Apr 2014

Answered:

on 6 Nov 2020

Community Treasure Hunt

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

Start Hunting!