problem with dicom dark file show and saving , please help
2 views (last 30 days)
Show older comments
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, [] );
Answers (0)
See Also
Categories
Find more on DICOM Format in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!