Difference between revisions of "Projects/Slicer3/2007 Project Week Lightbox"

From NAMIC Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
{|
 
{|
 
|[[Image:ProjectWeek-2007.png|thumb|320px|Return to [[2007_Programming/Project_Week_MIT|Project Week Main Page]] ]]
 
|[[Image:ProjectWeek-2007.png|thumb|320px|Return to [[2007_Programming/Project_Week_MIT|Project Week Main Page]] ]]
|[[Image:genuFAp.jpg|thumb|320px|Scatter plot of the original FA data through the genu of the corpus callosum of a normal brain.]]
+
|[[Image:SlicerLightboxStoryboard.png|thumb|320px|Storyboard for multiple view.]]
|[[Image:genuFA.jpg|thumb|320px|Regression of FA data; solid line represents the mean and dotted lines the standard deviation.]]
+
|[[Image:LightboxProjectWeek2007.png|thumb|320px|As implemented in Slicer3.]]
 
|}
 
|}
  

Revision as of 13:02, 29 June 2007

Home < Projects < Slicer3 < 2007 Project Week Lightbox
Storyboard for multiple view.
File:LightboxProjectWeek2007.png
As implemented in Slicer3.


Key Investigators

  • GE: James Ross, Jim Miller
  • BWH: Wendy Plesniak
  • Isomics: Steve Pieper


Objective

Provide a multiview layout facility for 2D image viewers.


Approach, Plan

  • Use multiple renderers in a single render window
  • Modify reslice and compositing pipeline to generate N slices instead of one
  • Modify SWidgets to handle the additional renderer->render window coordinate frame
  • Modify SliceNode to store a layout (plus serialization)
  • Modify SliceControllerWidget to provide controls to set the layout

Progress

Great progress!

Still working on

  • Coordinate and image value readouts
  • Fiducials
  • Performance (could optimize for scrolling)

Will need to coordinate with:

  • Geometry layers



References