Segmentation of CT Dicoms

I uploaded a CT dicom image set into Slicer and segmented a region of interest. Now, I would like to save both my input volume and segmentation into a single file (preferably .nrrd). Is there a way I am able to do this?

I have attempted to export my segmentation as a labelmap; however, this only saves the segmentation without the CT dicoms. I need the 3D CT volume with the segmentation included as my label.

My end goal is to use these .nrrd files as inputs for a deep learning model that requires labelled image sets.

Thanks!

A post was merged into an existing topic: Saving a segmentation and input volume in one file

If by “included” you mean the segmentation overlayed in color on the CT, then the Screen Capture module can work. But it will export png as 24 bit rgb that won’t be the best for learning. Better to use nrrd files for the CT and segmentation individually at full bit depth – have a look at MONAI for deep learning tools that work with medical formats.