Difference between revisions of "2014 Winter Project Week:PlanarImage"
From NAMIC Wiki
Line 32: | Line 32: | ||
<h3>Progress</h3> | <h3>Progress</h3> | ||
* Initial implementation already available in SlicerRT | * Initial implementation already available in SlicerRT | ||
+ | * Created display node and displayable manager | ||
</div> | </div> | ||
</div> | </div> |
Revision as of 10:34, 10 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 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