Burn colorful models into 3d volume and export as DICOM series

Using 3rd party software, I get some volumes and then import them to Slicer as models indifferent colors. I get them all as following in slicer;


How could I can export a colorful dicom series with all of those models burn in to the T1 volume?

  1. You need to convert the models to segmentation objects.
  2. You need to install the Sandbox extension and obtain “Colorize Volume” module
  3. Create a colorized volume by selecting the segmentation and the T1 volume.
  4. Right click on the “Colored Volume” object in the data module and choose to export DICOM. (I don’t use DICOM that often, so there might be a few additional steps to create the correct metadata structure, but they should be in the user guide).

Also note that color dicom files are very rare (outside of secondary capture screengrabs, which typically don’t have geometry support) and I’m not sure that the slicer exporters will create them. You can try, but you may need to create grayscale exports or else write a short python script to create custom files. What you may choose to do depends a lot on where you intend to send the files and what system will try to ingest them.

1 Like