How can I depict the different planes of the dicom slices?
5 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
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 Commenti
Risposte (0)
Vedere anche
Categorie
Scopri di più su DICOM Format in Help Center e File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!