Display multiple slices of a Dicom file

조회 수: 8 (최근 30일)
Emerson Nithiyaraj
Emerson Nithiyaraj 2019년 9월 16일
답변: Mahesh Taparia 2020년 1월 13일
hello,
I have a CT medical image file of size 512*512*624. I want to display some slices (say. from slice 447 to 457) in a subplot or in seperate figures, what can i do?
  댓글 수: 2
Mahesh Taparia
Mahesh Taparia 2019년 9월 19일
Can you share one of your Dicom file?
Emerson Nithiyaraj
Emerson Nithiyaraj 2019년 9월 19일
the size of the file is huge and it restricts me from sharing here

댓글을 달려면 로그인하십시오.

답변 (2개)

Mahesh Taparia
Mahesh Taparia 2020년 1월 13일
Hi,
You can also display the image using 'volshow' function. For example:
x=yourData(:,:,447:457);
volshow(x)
For more information, you can refer to the documentation page of volshow here.

Kritika Bansal
Kritika Bansal 2020년 1월 13일
Hi,
You can possibly use the following function from File Exchange to do so:

카테고리

Help CenterFile Exchange에서 DICOM Format에 대해 자세히 알아보기

제품


릴리스

R2019a

Community Treasure Hunt

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

Start Hunting!

Translated by