Open a DICOM Image

3 次查看(过去 30 天)
Ann G
Ann G 2015-9-28
I would Like to ask how can I open a DICOM image with dicomread??

采纳的回答

Walter Roberson
Walter Roberson 2015-9-28
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 个评论
Ann G
Ann G 2015-9-28
编辑:Ann G 2015-9-28
That's what I meant! I'm sorry! It's is just that in matlab there are more than one commands that want ask me for some parameters that i don't understand. Also, when I "run" the commands there is no result but errors.
Walter Roberson
Walter Roberson 2015-9-28
Please show some of the commands you are having difficulty with.

请先登录,再进行评论。

更多回答(0 个)

类别

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