Why dicom image displayed are inverse colour and lossy for output.

5 visualizaciones (últimos 30 días)
nongnon
nongnon el 18 de Feb. de 2014
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 .

Respuestas (0)

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!

Translated by