Difference between revisions of "2016 Winter Project Week/Projects/Interactive4DSegmentation"

From NAMIC Wiki
Jump to: navigation, search
m (update background link)
Line 10: Line 10:
 
==Project Description==
 
==Project Description==
 
{| class="wikitable"
 
{| class="wikitable"
 +
! style="text-align: left; width:27%" |  Objective
 +
! style="text-align: left; width:27%" |  Approach and Plan
 +
! style="text-align: left; width:27%" |  Progress and Next Steps
 
|- style="vertical-align:top;"
 
|- style="vertical-align:top;"
! style="text-align: left; width:27%" |       Objective
+
|
<!-- Add a bulleted list of key points -->
+
<!-- Objective bullet points -->
 
* Create a Slicer extension to support interactive 4-D segmentation.
 
* Create a Slicer extension to support interactive 4-D segmentation.
 
* Load and view longitudinal and multi-modal image data.
 
* Load and view longitudinal and multi-modal image data.
 
* Incorporate registration information in image views.
 
* Incorporate registration information in image views.
 
* (if time) Maximize real estate for image views, possibly allowing for dual-screen views
 
* (if time) Maximize real estate for image views, possibly allowing for dual-screen views
 
+
|
! style="text-align: left; width:27%" |       Approach, Plan
 
 
<!-- Add a bulleted list of key points -->
 
<!-- Add a bulleted list of key points -->
 
* Design module with custom view layout that is intuitive for 4-D segmentation of objects imaged in multiple volumes.
 
* Design module with custom view layout that is intuitive for 4-D segmentation of objects imaged in multiple volumes.
Line 25: Line 27:
 
* Develop simple way to load and view data (MRML or MRB).
 
* Develop simple way to load and view data (MRML or MRB).
 
* (if time) Explore Qt methods for extending to dual screen.
 
* (if time) Explore Qt methods for extending to dual screen.
 
+
|
 
 
! style="text-align: left; width:27%" |     Progress
 
 
<!-- Fill this out at the end of Project Week; describe what you did this week and what you plan to do next -->
 
<!-- Fill this out at the end of Project Week; describe what you did this week and what you plan to do next -->
 
*
 
*
 
 
|}
 
|}
  

Revision as of 14:02, 24 December 2015

Home < 2016 Winter Project Week < Projects < Interactive4DSegmentation

Key Investigators

  • Ethan Ulrich (University of Iowa)

Project Description

Objective Approach and Plan Progress and Next Steps
  • Create a Slicer extension to support interactive 4-D segmentation.
  • Load and view longitudinal and multi-modal image data.
  • Incorporate registration information in image views.
  • (if time) Maximize real estate for image views, possibly allowing for dual-screen views
  • Design module with custom view layout that is intuitive for 4-D segmentation of objects imaged in multiple volumes.
  • Incorporate current Editor Effects into module
  • Investigate how to show cursor on all views, taking into account registration information
  • Develop simple way to load and view data (MRML or MRB).
  • (if time) Explore Qt methods for extending to dual screen.

Background and References