Difference between revisions of "2015 Summer Project Week:IGTSliceletBase"

From NAMIC Wiki
Jump to: navigation, search
Line 25: Line 25:
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Progress</h3>
 
<h3>Progress</h3>
* Skeleton "slicelet" is added: https://github.com/SlicerIGT/SliceletTools
+
* Skeleton full-screen module is added: https://github.com/SlicerIGT/SliceletTools
* Sample sequence (can be replayed using PlusServer - www.plustoolkit.org): http://1drv.ms/1dwQfEr
+
* [http://1drv.ms/1dwQfEr Sample sequence] (can be replayed using [http://www.plustoolkit.org PlusServer])
 
</div>
 
</div>
 
</div>
 
</div>

Revision as of 21:29, 12 June 2015

Home < 2015 Summer Project Week:IGTSliceletBase

Key Investigators

  • Andras Lasso
  • Andrey Fedorov

Project Description

Objective

  • Create base classes for quick implementation of slicelets that are convenient to use in the operating room

Approach, Plan

  • Questions:
    • Slicelet/full-screen module (slicelets seem to have performance issue and it's difficult to make sure nothing relies on main window, status bar, etc.)
    • Scene initialization: create empty scene/activate loaded scene
    • How to split code to mulitple files but still allow reloading (similarly to Editor?)
  • Create base classes and/or utility classes
  • Create intra-operative US/MRI prostate registration slicelet

Progress