Difference between revisions of "NeuroNav"

From NAMIC Wiki
Jump to: navigation, search
 
(30 intermediate revisions by the same user not shown)
Line 1: Line 1:
The NeuroNav project consist in implementing a module in Slicer to perform registration/navigation.
+
=Timeline=
 +
{|style="border-collapse: collapse; border-width: 1px; border-style: solid; border-color: #000" cellpadding="1" width="40%"
 +
! align="center" style="border-style: solid; border-width: 1px"| Task
 +
! align="center" style="border-style: solid; border-width: 1px"| Status
 +
! align="center" style="border-style: solid; border-width: 1px"| Deadline
 +
|-
 +
| align="center" style="border-style: solid; border-width: 1px"| Fix some bugs and leaks
 +
| style="border-style: solid; border-width: 1px; background-color:green"|
 +
| align="center" style="border-style: solid; border-width: 1px"| -
 +
|-
 +
| align="center" style="border-style: solid; border-width: 1px"| Add label detection (beeping function)
 +
| style="border-style: solid; border-width: 1px; background-color:green"|
 +
| align="center" style="border-style: solid; border-width: 1px"| -
 +
|-
 +
| align="center" style="border-style: solid; border-width: 1px"| Add crosshair (reslicing)
 +
| style="border-style: solid; border-width: 1px; background-color:green"|
 +
| align="center" style="border-style: solid; border-width: 1px"| -
 +
|}
  
==Tasks==
+
=Development=
; Use NeuroNav from Haying Liu
+
===Fix some bugs and leaks===
; Debug NeuroNav Module
+
* Remove some memory leaks
* Done
+
===Add label detection===
* Implement Label Detection
+
* Add label detection function
* Done (see [[NeuroNav#To Do|To Do list]])
+
* Add beeping function
; Merge the NeuroNav from NAMIC SandBox (Laurent) and the NeuroNav on trunk (Christoph) and upload it on the Slicer trunk.
+
===Add crosshair===
* Done
+
* Add crosshair
 +
* Use crosshair to reslice
 +
* Reslicing twice ?
  
==To Do==
+
=Tips=
;Find a solution to avoid slowing down of Slicer while using label detection
+
* Threaded beeping function to avoid slowing down system
* Idea: Thread (trouble to use simple thread)
 
 
 
==Meetings==
 

Latest revision as of 21:38, 5 January 2012

Home < NeuroNav

Timeline

Task Status Deadline
Fix some bugs and leaks -
Add label detection (beeping function) -
Add crosshair (reslicing) -

Development

Fix some bugs and leaks

  • Remove some memory leaks

Add label detection

  • Add label detection function
  • Add beeping function

Add crosshair

  • Add crosshair
  • Use crosshair to reslice
  • Reslicing twice ?

Tips

  • Threaded beeping function to avoid slowing down system