Borrar filtros
Borrar filtros

Problem display correctly dicom image in "image()" function

1 visualización (últimos 30 días)
agatte
agatte el 12 de Jul. de 2016
Comentada: Robert Fennis el 12 de Jul. de 2016
Hello,
I have a problem to display correctly dicom image in image() function. I always receive wrong image
im = dicomread('image1.dcm'); im2 = im2uint16(im); im3 = imadjust(im2); image(im3); %%% ????
Could someone help me please ? I would appreciate for any help please :)
  1 comentario
Robert Fennis
Robert Fennis el 12 de Jul. de 2016
What kind of data does the dicomread function produce? You cast it to a uint16 but is that necessary? Does it help you change the order of im2uint16 and imadjust maybe?

Iniciar sesión para comentar.

Respuestas (0)

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!

Translated by