Skip to content
David Sarrut edited this page Jun 19, 2015 · 24 revisions

WARNING : NOTHING is useful yet. This is a work in progress. Please contact if interested.

  • You need to perform image processing tasks (registration, segmentation, quantification etc) on biomedical images ? Ok it's "easy" with ITK !
  • But what if you need to do it on a database of images ? Well, ok, I should manage with shell or python scripts
  • But what if you also need several meta data (patient age, quantity and date of injected product, etc) ? Euh, oh, let's write a kind of database, then perform select operation, and get images data, should be feasible for a short study...
  • Ok, but remember your initial images are dicom ... _Ok, I give up.

SYD is (could be) a C++ toolkit to help perform image processing tasks on a database of medical images in the field of Target Radionuclide Therapy, nuclear medicine. It is primarily developed to manage SPECT/CT images and perform tasks such as computing activity or integrated activity in various ROIs.

Clone this wiki locally