0
votes

I am looking for a way to display the constrast of my dicom files when I render them in 3D. Basically, when I am using one image, the contrast is fine :

i = dicomread(t);
imshow(i)

But I am building a 3D matrix using patch to render it and the contrast disapear once drawn (it uses the contour instead of the intensity although my images are stacked into a 3D matrix using dicomread)

Is there any way to plot in 3D using the voxel intensity instead of patch ?

1
Google the term "volume rendering"Matt

1 Answers

0
votes

you can use the following file from the FEX vol3d-v2.