Difference between revisions of "2013 Project Week:MobileImageOverlay"
From NAMIC Wiki
(Skeleton outline of project, formatting) |
|||
(One intermediate revision by one other user not shown) | |||
Line 15: | Line 15: | ||
<h3>Objective</h3> | <h3>Objective</h3> | ||
− | The goal is to ... | + | The goal is to port most of the functions from the PerkStationModule to Slicer 4. Use existing modules from SlicerIGT for a more maintainable design. Take the new mobile image overlay hardware design into account when designing this module for Slicer 4. |
</div> | </div> | ||
Line 22: | Line 22: | ||
<h3>Approach, Plan</h3> | <h3>Approach, Plan</h3> | ||
− | * | + | * Create the "Image Overlay" module skeleton in Slicer 4. |
− | * | + | * Add external monitor display to the module. |
+ | * Implement workflow based on the PerkStationModule (Calibration, Planning, Insertion, Validation) | ||
</div> | </div> | ||
Line 30: | Line 31: | ||
<h3>Progress</h3> | <h3>Progress</h3> | ||
− | + | * Explored which existing modules can be used for this workflow | |
+ | ** VolumeResliceDriver - uses input transform to drive the reslice | ||
+ | ** IGTWizard - allows multiple modules to be used in sequence as a workflow | ||
+ | * Established proof-of-concept configuration using 3D mouse as a tracker | ||
</div> | </div> | ||
Line 37: | Line 41: | ||
==Delivery Mechanism== | ==Delivery Mechanism== | ||
− | This work will be delivered . | + | This work will be delivered as a loadable module, part of a SlicerIGT extension. |
==References== | ==References== | ||
* [https://www.assembla.com/spaces/slicerigt/wiki SlicerIGT] | * [https://www.assembla.com/spaces/slicerigt/wiki SlicerIGT] |
Latest revision as of 23:02, 10 January 2013
Home < 2013 Project Week:MobileImageOverlayKey Investigators
- Queen's: Adam Rankin
- Queen's: Tamas Ungi
Objective
The goal is to port most of the functions from the PerkStationModule to Slicer 4. Use existing modules from SlicerIGT for a more maintainable design. Take the new mobile image overlay hardware design into account when designing this module for Slicer 4.
Approach, Plan
- Create the "Image Overlay" module skeleton in Slicer 4.
- Add external monitor display to the module.
- Implement workflow based on the PerkStationModule (Calibration, Planning, Insertion, Validation)
Progress
- Explored which existing modules can be used for this workflow
- VolumeResliceDriver - uses input transform to drive the reslice
- IGTWizard - allows multiple modules to be used in sequence as a workflow
- Established proof-of-concept configuration using 3D mouse as a tracker
Delivery Mechanism
This work will be delivered as a loadable module, part of a SlicerIGT extension.