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)?

Risposte (3)

mat
mat il 16 Apr 2014

0 voti

I found that DRR does so.
Sean de Wolski
Sean de Wolski il 16 Apr 2014
slice will allow you to slice your volume any way you like:
doc slice

3 Commenti

mat
mat il 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 il 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).

Accedi per commentare.

YU ZHANG
YU ZHANG il 6 Nov 2020

0 voti

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.

Categorie

Tag

Richiesto:

mat
il 16 Apr 2014

Risposto:

il 6 Nov 2020

Community Treasure Hunt

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

Start Hunting!

Translated by