Back to Projects List
Key Investigators
- Tamas Ungi (Queen’s University)
- Tristan Watts-Willis (Verdure Imaging)
- Andras Lasso (Queen’s University)
- Jean-Christophe Fillion-Robin (Kitware)
Project Description
We have noticed in one application that registration using deformable transforms (vtkThinPlateSplineTransform) is significantly slower in Slicer 4.9 than in Slicer 4.8. This may cause FPS problems in IGT applications with real time tracking.
Objective
- Run real time updates (10 FPS) with deformable transforms and large models in the 3D view.
Approach and Plan
- Provide a script (Jupyter NB?) for reproducing the problem
- Isolate what is responsible for performance issues
- Fix the issue if possible
Progress and Next Steps
- Created a short test that runs from an empty scene and outputs profiling information
- Found out that the total time Slicer is irresponsive is the same, but rendering output is faster on 4.8
Illustrations
Background and References