Borrar filtros
Borrar filtros

Botched dicom image after rgb conversion

1 visualización (últimos 30 días)
Antonio
Antonio el 15 de Feb. de 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?

Respuestas (1)

Walter Roberson
Walter Roberson el 15 de Feb. de 2013
imshow(rgb4Dimage(:,:,:,index))

Categorías

Más información sobre DICOM Format en Help Center y File Exchange.

Etiquetas

Community Treasure Hunt

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

Start Hunting!

Translated by