How can i read and show multiple DICOM images of CT in GUI MATLAB

Hi All
i have 299 DICOM images of CT.these DICOM imges are in folder. i can read and show one image at a time using this code.
'D3D_open_Callback(hObject, eventdata, handles)'
'handles.output = hObject;'
'[fn pn] = uigetfile('*.dcm','select dcm file');'
'complete = strcat(pn,fn);'
'set(handles.slider1,'string',complete);'
'I = dicomread(complete);'
imshow(I,[]);'
'guidata(hObject, handles);'
but i want to read all DICOM images into GUI. i want to open the menu editor, menu editor will be used just to browse the file and display all images in Axis and by clicking slider i wanna get new image one by one in GUI MATLAB.

 採用された回答

Amith Kamath
Amith Kamath 2013 年 8 月 19 日

0 投票

2 件のコメント

Muhammad
Muhammad 2013 年 8 月 19 日
Hello thanks. i tried but i am unable to watch this video. would you please tell me how can i start learning about GUI? please give some good tips.
regards isa
Amith Kamath
Amith Kamath 2013 年 8 月 19 日

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

その他の回答 (1 件)

カテゴリ

ヘルプ センター および File ExchangeDICOM Format についてさらに検索

タグ

Community Treasure Hunt

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

Start Hunting!

Translated by