Open a DICOM Image
1 visualización (últimos 30 días)
Mostrar comentarios más antiguos
Ann G
el 28 de Sept. de 2015
Comentada: Walter Roberson
el 28 de Sept. de 2015
I would Like to ask how can I open a DICOM image with dicomread??
0 comentarios
Respuesta aceptada
Walter Roberson
el 28 de Sept. de 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 comentarios
Walter Roberson
el 28 de Sept. de 2015
Please show some of the commands you are having difficulty with.
Más respuestas (0)
Ver también
Categorías
Más información sobre DICOM Format en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!