Back to Projects List
- Gelel Rezig (Ecole de technologie supérieur, Montréal, Canada)
- Houssem Eddine Gueziri (Montreal Neurological Institute and Hopital, Canada)
- Simon Drouin (Ecole de technologie supérieur, Montréal, Canada)
With this project, we would like to add a new feature to Slicer. The goal of this project is to extract code from an opensource software for image-based neurosurgery guidance: IBIS Neuronav. This code in C++ aims to perform registration between different images using the GPU. It is located in an IBIS Neuronav plugin. Then, it will be implemented in Slicer to be available for all users.
- Objective A. Extract the code from IBIS Neuronav
- Objective B. Create a file usable by Slicer
- Isolate the function in IBIS Neuronav
- Extract the code
- Create an executable file for Slicer
- Identification and preparation of usable code ✔️
- Isolate the code from IBIS and Adapt the code to make it usable outside.
- Creation of a specific library using Cmake.
(You can find all the code on this github link : https://github.com/IbisNeuronav/GPURigidRegistrationLib) 2. Implementing functionality on Slicer ⏳