Why dicom image displayed are inverse colour and lossy for output.
5 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Why read dicom file but inverse . i' m try to stretch and Adjust but export file are lossy . (Tif)
origImg = dicomread(uigetfile('~/matlab/*.*', 'Select Dicom File'));
J=imadjust(origImg,stretchlim(origImg),[0 1]);
CExpo = adapthisteq(J,'Distribution','exponential','Alpha',3);
imwrite(CExpo,'finish.tif','Resolution',100);
Resoure and compare file : https://www.mediafire.com/?2xcwpt4khw3qh06
Thankyou for Help .
0 comentarios
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!