Botched dicom image after rgb conversion

1 visualizzazione (ultimi 30 giorni)
Antonio
Antonio il 15 Feb 2013
I converted a 4D dicom image into rgb like this:
image_data = dicomread('TumorSimOutput2T1Gad.dcm');
rgb4Dimage = image_data(:,:,[1 1 1],:);
index = 45;
imshow (rgb4Dimage(:,:,index),[]);
the image appears botched, like this: http://img51.imageshack.us/img51/6451/botched.png
when this is its proper appearance: http://img707.imageshack.us/img707/5922/fullud.png
How can I correct this?

Risposte (1)

Walter Roberson
Walter Roberson il 15 Feb 2013
imshow(rgb4Dimage(:,:,:,index))

Categorie

Scopri di più su DICOM Format in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by