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

조회 수: 3 (최근 30일)
Stelios Fanourakis
Stelios Fanourakis 2017년 12월 7일
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