Difference between revisions of "2014 Winter Project Week:PlanarImage"
From NAMIC Wiki
Line 21: | Line 21: | ||
<h3>Approach, Plan</h3> | <h3>Approach, Plan</h3> | ||
* Implement with MRML node, display node, displayable manager, etc. | * Implement with MRML node, display node, displayable manager, etc. | ||
− | + | ** Use existing volume nodes | |
+ | ** Take pixel 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%;"> |
Revision as of 17:35, 8 January 2014
Home < 2014 Winter Project Week:PlanarImageKey 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 pixel 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