Why dicom image displayed are inverse colour and lossy for output.
4 ビュー (過去 30 日間)
古いコメントを表示
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 件のコメント
回答 (0 件)
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!