Difference between revisions of "NeuroNav"

From NAMIC Wiki
Jump to: navigation, search
 
(22 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%"
==Tasks==
+
! align="center" style="border-style: solid; border-width: 1px"| Task
{|border="1" cellpadding="3"
+
! align="center" style="border-style: solid; border-width: 1px"| Status
| style="width:90%; background:#88A8FF"|Task
+
! align="center" style="border-style: solid; border-width: 1px"| Deadline
| style="width:10%; background:#88A8FF"|Status
 
|-
 
|align="center"| Use NeuroNav from Haying Liu
 
|align="center" style="background:#66FF33"| 100%
 
|-
 
|align="center"| Debug NeuroNav Module
 
|align="center" style="background:#66FF33"| 100%
 
 
|-
 
|-
|align="center"| Implement Label Detection
+
| align="center" style="border-style: solid; border-width: 1px"| Fix some bugs and leaks
|align="center" style="background:#66FF33"| 100% [[NeuroNav#To Do|[Opt]]]
+
| style="border-style: solid; border-width: 1px; background-color:green"|
 +
| align="center" style="border-style: solid; border-width: 1px"| -
 
|-
 
|-
|align="center"| Merge NAMIC SandBox NeuroNav and Slicer3 Trunk NeuroNav
+
| align="center" style="border-style: solid; border-width: 1px"| Add label detection (beeping function)
|align="center" style="background:#66FF33"| 100%
+
| style="border-style: solid; border-width: 1px; background-color:green"|
 +
| align="center" style="border-style: solid; border-width: 1px"| -
 
|-
 
|-
|align="center"| Upload NeuroNav (New Version) on trunk
+
| align="center" style="border-style: solid; border-width: 1px"| Add crosshair (reslicing)
|align="center" style="background:#66FF33"| 100%
+
| style="border-style: solid; border-width: 1px; background-color:green"|
 +
| align="center" style="border-style: solid; border-width: 1px"| -
 
|}
 
|}
  
==To Do==
+
=Development=
; [Opt] Find a solution to avoid slowing down of Slicer while using label detection
+
===Fix some bugs and leaks===
* Idea: Thread (trouble to use simple thread)
+
* Remove some memory leaks
 +
===Add label detection===
 +
* Add label detection function
 +
* Add beeping function
 +
===Add crosshair===
 +
* Add crosshair
 +
* Use crosshair to reslice
 +
* Reslicing twice ?
  
==Meetings==
+
=Tips=
 +
* Threaded beeping function to avoid slowing down system

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