How can I read and show a dicom volume?
Show older comments
Hi,
I'm trying to read a dicom volume and show the three common views (axial, sagital and coronal). For reading the volume I'm using dicominfo() with dicomread() and these functions return a 4x4 matrix (I think the volume has a lot of noise) containing the volume. How can I show these views?
Thanks.
Answers (1)
KALYAN ACHARJYA
on 15 Sep 2018
[V,spatial,dim] = dicomreadVolume(source)
1 Comment
Felippe Trigueiro Angelo
on 15 Sep 2018
Edited: Felippe Trigueiro Angelo
on 15 Sep 2018
Categories
Find more on DICOM Format in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!