Open a DICOM Image
1 Ansicht (letzte 30 Tage)
Ältere Kommentare anzeigen
Ann G
am 28 Sep. 2015
Kommentiert: Walter Roberson
am 28 Sep. 2015
I would Like to ask how can I open a DICOM image with dicomread??
0 Kommentare
Akzeptierte Antwort
Walter Roberson
am 28 Sep. 2015
You do not "open" DICOM images in MATLAB: you read the data in them using dicomread() and then you display the data using standard MATLAB commands such as image() or imshow() and colormap()
2 Kommentare
Weitere Antworten (0)
Siehe auch
Kategorien
Mehr zu DICOM Format finden Sie in Help Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!