How to read and display first frame of 90 Dicom images and select one from the displayed frames for further processing?
3 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
montage(RGB);
0 Kommentare
Akzeptierte Antwort
Image Analyst
am 15 Sep. 2013
Did you try dicomread()?
4 Kommentare
Image Analyst
am 15 Sep. 2013
Your code worked for me, but if it doesn't for you, you can try rid of this unnecessary line:
filename = cellstr(filename);
Weitere Antworten (0)
Siehe auch
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!