필터 지우기
필터 지우기

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

조회 수: 1 (최근 30일)
agatte
agatte 2016년 7월 12일
댓글: Robert Fennis 2016년 7월 12일
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