2008 Summer Project Week:PerformanceTuningFiducials

From NAMIC Wiki
Revision as of 21:22, 23 June 2008 by Naucoin (talk | contribs)
Jump to: navigation, search
Home < 2008 Summer Project Week:PerformanceTuningFiducials
Current state of Fiducials in Slicer



Key Investigators

  • BWH: Nicole Aucoin
  • Isomics: Steve Pieper, Alex Yarmarkovich
  • Kitware: Will Schroeder, Sebastien Barre


Objective

Increase responsiveness of fiducials in Slicer.

Approach, Plan

Our approach is to clear up issues with existing strategies, and then tune the fiducials to be efficient when there are 200 in the scene at once.

ctest -R Slicer3FiducialsTest2 or source ../Slicer3/Libs/MRML/Testing/testFiducialAdd.tcl

Our plan for the project week is to first collaborate on debugging, tracking down the causes of segmentation faults during rendering with more efficient widget management algorithms, and using the Event Broker to track cascades of events. A secondary bottleneck is in the vtkKWMultiColumnList, as updating it as fiducials are added takes a long time.
The goal is to avoid having to remove all fiducials from the scene and deleting them before readding them to reflect any changes in the MRML node.
If time permits, a redesign of the fiducials frame work will be sketched out, to take full advantage of the vtk widgets in VTK5.2.

Progress

TBD...


References