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

4 ビュー (過去 30 日間)
nongnon
nongnon 2014 年 2 月 18 日
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 件)

カテゴリ

Help Center および File ExchangeDICOM Format についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by