필터 지우기
필터 지우기

arranging Dicom slices in proper order

조회 수: 16 (최근 30일)
Anjani kowsik Padmanabhuni
Anjani kowsik Padmanabhuni 2020년 1월 30일
댓글: Anjani kowsik Padmanabhuni 2020년 2월 13일
Hello Everyone, I am currently working on Dicom CT lung images. I am facing the following problem. when i read all the slices of dicom data and display them , the slices are not in order in the result. I reffered previous asked question on this. But din't sort it out so far. I would appreciate any help in this matter.
The code i am using is as follows
clear variables
clc
close all
names= dir('*.dcm');
for i= 1 : size(names,1)
I(:, :,1, i)=uint8( dicomread( names(i).name));
end
montage(I,[])
lung.PNG
  댓글 수: 2
Matthias Witkowski
Matthias Witkowski 2020년 1월 30일
There was this blog regarding how to read dicom volumes
Anjani kowsik Padmanabhuni
Anjani kowsik Padmanabhuni 2020년 2월 13일
Thank you , i got the solution.

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

답변 (1개)

Divya Gaddipati
Divya Gaddipati 2020년 2월 13일
Hi,
Please refer to the following link on how to read and visualize dicom files:
Hope this helps!

카테고리

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