How can I depict the different planes of the dicom slices?
5 views (last 30 days)
Show older comments
I have 5 dicom slices of a foot. Need to show them in the three planes (transverse/axial, sagittal, coronal). I get a stacked blurry image that makes it diffcult to distinguish 5 images out of it. Can you?
What command do I use to depict each plane individually if I use this code
imagesc(Ds(:,:,N)); %transverse plane imagesc(squeeze(Ds(:,N,:))'); %sagittal plane imagesc(squeeze(Ds(N,:,:))); % coronal plane
Where N are the 5 images. I attached the blurry graph I get, when I use imshow.
0 Comments
Answers (0)
See Also
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!