Adopting VirtualFractureReconstruction extension?

Dear Slicers,

The VirtualFractureReconstruction extension implements modules allowing to automatically reposition bone fragments after a fracture (fracture reduction).

You can read more on the wiki

Associated repo is GitHub - kfritscher/VirtualFractureReconstructionSlicerExtension

Question

Considering that the original developers do not have interested in maintaining the extension, is there any interest from the community in adopting the extension ?

Anticipated work

Since there are already pull requests fixing the extension build adding support for building against Qt5 and Slicer(see here and here), I anticipate the first step would be:

  • update module to use SegmentEdtor instead of legacy Editor

Additional remarks (copied from the release note):

The functionality, GUI and workflows may change in the subsequent releases of the module. Moreover, parts of the original algorithm are written in CUDA. Due to some limitations for Slicer extensions, this CUDA code can currently not be provided in this extension. The CUDA part of the code is implementing a more flexible registration algorithm (EM-ICP), which can potentially lead to better reconstruction results. If you are interested in using this extended version of the code, please contact me.

At the moment ICP and EM-ICP were used for the actual registration part. However, the module has been designed in a way that the integration of additional algorithms for point set registration can easily be added. So if you are interested in testing and/or providing suitable registration algorithms, please contact me.

Illustrations

image

image