Difference between revisions of "NeuroNav"

From NAMIC Wiki
Jump to: navigation, search
 
(15 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" width="55%" text-align="center"
+
! align="center" style="border-style: solid; border-width: 1px"| Status
| style="width:80%; background:#88A8FF"|Task
+
! align="center" style="border-style: solid; border-width: 1px"| Deadline
| style="width:10%; background:#88A8FF"|Status
 
| style="width:10%; background:#88A8FF"|Other
 
 
|-
 
|-
|Use NeuroNav from Haying Liu
+
| align="center" style="border-style: solid; border-width: 1px"| Fix some bugs and leaks
|style="background:#66FF8C"| 100%
+
| style="border-style: solid; border-width: 1px; background-color:green"|
| --
+
| align="center" style="border-style: solid; border-width: 1px"| -
 
|-
 
|-
|Debug NeuroNav Module
+
| align="center" style="border-style: solid; border-width: 1px"| Add label detection (beeping function)
|style="background:#66FF8C"| 100%
+
| style="border-style: solid; border-width: 1px; background-color:green"|
| --
+
| align="center" style="border-style: solid; border-width: 1px"| -
 
|-
 
|-
|Implement Label Detection
+
| align="center" style="border-style: solid; border-width: 1px"| Add crosshair (reslicing)
|style="background:#66FF8C"| 100%
+
| style="border-style: solid; border-width: 1px; background-color:green"|
| [[NeuroNav#To Do|[Bug]]]
+
| align="center" style="border-style: solid; border-width: 1px"| -
|-
 
|Merge NAMIC SandBox NeuroNav and Slicer3 Trunk NeuroNav
 
|style="background:#66FF8C"| 100%
 
| --
 
|-
 
|Upload NeuroNav (New Version) on trunk
 
|style="background:#66FF8C"| 100%
 
| --
 
 
|}
 
|}
  
==To Do==
+
=Development=
{|border="1" cellpadding="3" width="55%"
+
===Fix some bugs and leaks===
| style="background:#FF809F"|Important
+
* Remove some memory leaks
| style="background:#FF809F"|Type
+
===Add label detection===
|-
+
* Add label detection function
| style="background:#FFDF80"|To do as soon as possible
+
* Add beeping function
| style="background:#FFDF80"|Type
+
===Add crosshair===
|-
+
* Add crosshair
| Find a solution to avoid slowing down of Slicer while using label detection (thread)
+
* Use crosshair to reslice
| Bug
+
* Reslicing twice ?
|-
 
| Fix reslicing twice
 
| Bug
 
|-
 
| style="background:#66FF8C"|To do
 
| style="background:#66FF8C"|Type
 
|-
 
|}
 
  
==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