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

1 次查看(过去 30 天)
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 个评论
Robert Fennis
Robert Fennis 2016-7-12
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?

请先登录,再进行评论。

回答(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