Software suggestion for reconstruct tomography and MRI images

Hi,
I am new to this community. I am a medical student who is getting into radiology and I am looking for software that can open standard DICOM files and reconstruct tomography and MRI images.
I have found many examples both open source (3D Slicer, Invesalius) and proprietary (Osiris X, Pro Surgical 3D, Radi Ant).
In general I would like to avoid the vendor lock-in typical of proprietary software, but at the same time I would like to learn how to use a high-quality solution.
I know you are probably not impartial, however which software would you suggest I use?
Thank you

When you left proprietary software out, I am not sure if there is any other biomedical visualization tool that offers the features and flexibility of 3D Slicer (yes, I am definitely not impartial).

OK, I guess. However, how do the various solutions compare in terms of functionality, performance and usability? Which one has a less steep learning curve?
Thank you

I’m in an environment where people use multiple solutions for CT analysis, and we have these discussions All The Time.

Having used several of the solutions you’ve mentioned above, all of them have a learning curve, as does any complex program for 3D analysis/visualization/etc. I would say Slicer is no different than any other program in that regard. In particular, Slicer takes a different approach in that Slicer is based on separate modules designed to perform a specific function. The Volume Rendering module is active when you’re doing volume rendering, and (nearly) all visible controls are dedicated to that task. The Segment Editor module is active when you’re segmenting, and (likewise) the UI is “switched over” to that task. This is a different approach than other apps, where all user interface controls are available all the time. This can be a bit of a shift in mindset, but in my experience it lends itself well to a more easily digestible experience (and arguably better productivity, but that’s harder to quantify), as there aren’t 175 buttons on the screen, only 10 of which you want at any given time. But this is a personal choice, and only you can answer what works best for you.

Performance is often a function of the hardware being used. Slicer’s requirements are surprisingly open given the functionality - several high-cost solutions require validated graphics cards, etc. Slicer has no such requirements. System recommendations are discussed often on the forums and are described in the documentation online.

I would say more important questions to answer could be:

  1. What are you collaborators most likely to use?
  2. Are you likely to have access to resources to use whatever software (and hardware) you choose for longer than you anticipate?
  3. Do you have any experience in programming (or any interest)? 3D Slicer is open-source and infinitely customizable, with an involved and vibrant community. This may or may not be a plus to you.

At any rate, I hope some of this helps. Best of luck on your search.

3 Likes

For basic image viewing you’ll probably use whatever your hospital provides. You can get your own viewer, such as Weasis, Osirix ($), or RadiAnt ($), but they are probably not much better than what you already get from the hospital, and IT people may not like (and may be less convenient for you) that you need to download DICOM files from the PACS and install your own viewer software.

For advanced 3D analysis there are much less software around. Commercial solutions usually offer very convenient, polished solutions for very specific problems, and they are very expensive (typically tens of thousands $ per year). So, you typically don’t buy these software yourself but use whatever is available at your institution. If you move to a different place they may use something else (so the time that you invested into learning that software may be wasted). Also, commercial software usually use proprietary file formats, so if you move somewhere else or cancel the subscription then you may not have access to your data anymore.

Overall, if you want to learn an advanced radiology image analysis software that you can rely on the long term, no matter where you are and what your institution pays for, and you want to have access to your data in standard open formats forever, then 3D Slicer is a very good choice. I don’t think any other free open-source software comes even close. It is also fully open, extensible, customizable to do exactly what you need with a bit of Python scripting (there are a number of MDs here who write script themselves and you can always collaborate with other researchers or developers to implement any new ideas that you may have).

2 Likes