InfiniBrains/MedicalImageViewer

Research tools and libs

Closed this issue · 0 comments

Our goal is to create a tool to visualize medical data. Given it should be able to render in 3d some images, it is nice to have a game engine baking it. Another restriction is to be able to run in a browser, so we have a few candidates that I can feature Unity.
About libs to process medical exams such as MRI and CT scans, I can think of two:

The previous flow I did in the past was to use GDCM transpiled to WASM, and I created a webservice on top of it to convert and anonymize the files to a more compatible dicom file. The best approach would be to embed gdcm, but I recognize it can be tricky. Here is the package I created in the past. https://www.npmjs.com/package/gdcm-js