problem with dicom dark file show and saving , please help

2 ビュー (過去 30 日間)
nongnon
nongnon 2014 年 2 月 5 日
コメント済み: nongnon 2014 年 2 月 5 日
read dicom file and show but very dark I'm use autoscale in imshow or export but notwork I think dicom are look inverse not normaly please help . for next step i will adjust.
file type : uint16
origImg = dicomread(uigetfile('~/matlab/*.*', 'Select Dicom File')); origImg = im2double(origImg); origImg = mat2gray(origImg);
imshow(origImg, [] );

回答 (0 件)

カテゴリ

Help Center および File ExchangeDICOM Format についてさらに検索

Community Treasure Hunt

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

Start Hunting!

Translated by