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 个评论
回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!