フィルターのクリア

arranging Dicom slices in proper order

16 ビュー (過去 30 日間)
Anjani kowsik Padmanabhuni
Anjani kowsik Padmanabhuni 2020 年 1 月 30 日
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!
  1 件のコメント
Anjani kowsik Padmanabhuni
Anjani kowsik Padmanabhuni 2020 年 2 月 13 日
Thank you, i got the solution

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeDICOM Format についてさらに検索

タグ

製品

Community Treasure Hunt

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

Start Hunting!

Translated by