Loading Cardiac MR images

Hi everyone,

I tried to load a single dicom image of Cardiac MRI (IMAGE ATTACHED)

However, once I loaded the image into slicer, I am seeing something different and not the exact image.

.

Also, is it possible to load MR dicom images with their .ROI files in dicom. (since initially I was not able to load them into slicer, I did segmentation of myocardium in another software Mazda)- But would like to upload those in Slicer Pyradiomics.

I would appreciate all the help.

Thanks,
Sarv

This looks good. You see intersections of the single oblique slice with the axial, sagittal, coronal directions - which are single lines. You can click rotate to volume plane button in slice view controller to align slice views with the oblique slice plane.

DICOM can store an ROI many different ways. Slicer can import ROI from DICOM stored as DICOM RT structure set (if SlicerRT extension is installed) or segmentation object (if QuantitativeReporting extension is installed).

Hi Andras,
Thanks. I got the loading done perfectly after clicking the volume plane button.

Regarding loading roi files, i installed both extensions but i am not seeing them in my loaded extensions. I am attaching the type of files i have

and snapshot of the installed extensions . Please let me know what i should do next to see both roi and image. I hope once installed I can somehow save it as a mask (possibly) and run pyradiomics.

Thanks,
Sarv

COPD 10 ED.roi is probably not in DICOM format, but some proprietary file. Does it show up as a series in Slicer’s DICOM module?

It’s not in dicom format. The software gives these .roi file only which can be loaded on top of dicom image.

Hi Andras,
I can do segmentation again if this is not possible. However, how should i save the mask. Once i export it as labelmap, how should i and in which format save it. I plan to use the same mask for deep learning later on, so that i don’t have to do segmentation again.

Thanks,
Sarv

You can save the segmentation as seg.nrrd file. It is a simple .nrrd image file with some extra optional metadata (segment name, color, etc.).

Use a very recent Slicer Preview release, because then your segmentation is saved as a simple 3D volume (if segments don’t overlap), which is easier to handle than the older 4D volume format.

If you work with lots of data sets then you may find CaseIterator extension (if you work with many volumes) or SlicerAIGT useful (if you segment hundreds of time points in a time sequence).

Thanks a lot Andras.

Right now I have only two dicom images per patient to segment, so I guess it won’t be much. I will download Caselterator too and then will try figuring out that as well.

Thanks again,
Sarv