How can I depict the different planes of the dicom slices?

3 次查看(过去 30 天)
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 个)

类别

Help CenterFile Exchange 中查找有关 DICOM Format 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by