problem with dicom dark file show and saving , please help
2 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
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, [] );
Respuestas (0)
Ver también
Categorías
Más información sobre DICOM Format en Help Center y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!