Dicom 3D rendering with greyscale

1 view (last 30 days)
ocelote
ocelote on 14 Jan 2013
Hi,
I would like to visualize "correctly" my 3D matrix made of DICOM files.
My matrix contains greyscale value, but I only managed to use patch(isosurface(Volume)) to render the volume...
What I have ? My 3D volume colored with set(patch, ...)
p = patch( isosurface(v,0.5) ); % v = my 3D matrix
What I want ? My 3D volume with greyscale colors
I dont see how I could be more clear since my previous question has been locked

Answers (0)

Categories

Find more on DICOM Format in Help Center and File Exchange

Tags

Community Treasure Hunt

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

Start Hunting!