read a radiology image series ( DICOM ) on MATLAB platform

1 visualización (últimos 30 días)
hello sir, can you please send me the code to display DICOM images on MATLAB platform, and please tell me is there any tool for MATLAB for IMAGE PROCESSING ???? please its urgent help me.

Respuesta aceptada

David Young
David Young el 2 de En. de 2012
MATLAB has an Image Processing Toolbox which has many tools for image processing, including the function dicomread. To display an image stored in DICOM format, the following will normally be sufficient:
img = dicomread('filename');
imshow(img);
  2 comentarios
REHANA M.B
REHANA M.B el 2 de En. de 2012
I AM UNABLE TO GET THIS IMAGE PROCESSING TOOLBOX FOR MATLAB.. YOU PLEASE TELL ME..??
Walter Roberson
Walter Roberson el 2 de En. de 2012
The Image Processing Toolbox is an optional (extra cost) toolbox that must be purchased for the Academic or Professional versions.
It is, however, included as part of the MATLAB Student Version.

Iniciar sesión para comentar.

Más respuestas (0)

Categorías

Más información sobre DICOM Format en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by