problem with dicom dark file show and saving , please help
2 ビュー (過去 30 日間)
古いコメントを表示
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 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!