Difference between revisions of "2014 Winter Project Week:PlanarImage"

From NAMIC Wiki
Jump to: navigation, search
(Created page with '__NOTOC__ <gallery> Image:PW-SLC2014.png|Projects List </gallery> ==Key Investigators== * Queen's University: Franklin King * Queen's Unive…')
 
 
(6 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
<gallery>
 
<gallery>
 
Image:PW-SLC2014.png|[[2014_Winter_Project_Week#Projects|Projects List]]
 
Image:PW-SLC2014.png|[[2014_Winter_Project_Week#Projects|Projects List]]
 +
Image:PlanarImages_1.png|Planar image nodes being rendered
 
</gallery>
 
</gallery>
  
Line 14: Line 15:
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Objective</h3>
 
<h3>Objective</h3>
*  
+
* Display and handle single-slice planar images as models (usable for ultrasound snapshots, digitally reconstructed radiographs, etc.)
 +
** Module (show/hide individual images, adjust levels, other parameters)
  
 
</div>
 
</div>
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Approach, Plan</h3>
 
<h3>Approach, Plan</h3>
*  
+
* Implement with MRML node, display node, displayable manager, etc.
 
+
** Use existing volume nodes
 +
** Take image data directly from existing volume display node
 +
** New display node for planar image with options (show/hide, etc.)
 +
*** Multiple display nodes?
 +
** Create new displayable manager for planar images (show/hide, opacity) displaying only in the 3D view
 +
* Implementation for rotating to volume plane
 +
 
</div>
 
</div>
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<div style="width: 27%; float: left; padding-right: 3%;">
 
<h3>Progress</h3>
 
<h3>Progress</h3>
*  
+
* Initial implementation already available in SlicerRT
 +
* Created display node and displayable manager
  
 
</div>
 
</div>
 
</div>
 
</div>

Latest revision as of 10:50, 10 January 2014

Home < 2014 Winter Project Week:PlanarImage

Key Investigators

  • Queen's University: Franklin King
  • Queen's University: Csaba Pinter
  • Queen's University: Andras Lasso

Project Description

Objective

  • Display and handle single-slice planar images as models (usable for ultrasound snapshots, digitally reconstructed radiographs, etc.)
    • Module (show/hide individual images, adjust levels, other parameters)

Approach, Plan

  • Implement with MRML node, display node, displayable manager, etc.
    • Use existing volume nodes
    • Take image data directly from existing volume display node
    • New display node for planar image with options (show/hide, etc.)
      • Multiple display nodes?
    • Create new displayable manager for planar images (show/hide, opacity) displaying only in the 3D view
  • Implementation for rotating to volume plane

Progress

  • Initial implementation already available in SlicerRT
  • Created display node and displayable manager