CTCardio Image?

Hey all,

I was wondering what the specifications are for the CT Cardio test image within Slicer’s database is?

I am currently trying to segment the spine with CT images that have been given to me through a University Medical Center, but it seems like the images aren’t high enough quality/may have some other kind of issue. If I knew the exact specifications of the CT Cardio image that would be very helpful.

Thanks,

We don’t have the original dicom data for that (it was anonymized for sharing as a sample). On general thing about that study is that it’s from an emergency scan after some kind of accident so the patient is pretty young and otherwise healthy. So the bones will appear much different than in older or less healthy patients. Also if I’m not mistaken there was a gradient anisotropic diffusion filter applied to the CTACardio scan before it was uploaded.

HTH,
Steve

Great information! Do you know how I would go about using this filter for the image I have?

Yes, you can try some of the built-in noise reduction filters:

https://www.slicer.org/wiki/Documentation/Nightly/Modules/GradientAnisotropicDiffusion

https://www.slicer.org/wiki/Documentation/4.8/Modules/CurvatureAnisotropicDiffusion

In general, segmentation of spine from CT images is hard. It is especially difficult if you need:

  • each vertebra separated: vertebrae nearly touching each other and have the same density, so unless you have very high resolution (that you rarely have for live patients), there will be no clear boundary
  • solid models (no holes inside): density inside of bones is often not much higher than soft tissues, therefore simple global thresholding will always leave holes inside the bone.

You may partially compensate for these issues by using higher resolution and lower noise acquisitions, but those would increase patient dose. So, in general, you go with the approved imaging protocol and do the best you can by smarter image processing and segmentation.

I would suggest to crop&resample your volume to have isotropic voxel spacing (cubic voxels), using Crop volume module. Then, in Segment editor module try Grow from seeds effect for bone segmentation. You would paint a separate seed segment in each vertebra and you would have an “other” segment for soft tissue. See detailed instructions in segmentation tutorials.