Difference between revisions of "2014 Summer Project Week:Multidim Data"
From NAMIC Wiki
Line 3: | Line 3: | ||
Image:PW-MIT2014.png|[[2014_Summer_Project_Week#Projects|Projects List]] | Image:PW-MIT2014.png|[[2014_Summer_Project_Week#Projects|Projects List]] | ||
Image:MultidimDataInteractivePlotting.gif|Interactive plotting of voxel intensity over time. | Image:MultidimDataInteractivePlotting.gif|Interactive plotting of voxel intensity over time. | ||
+ | Image:MultidimDataRegistration.gif|Registration of 4D sequences and visualization of the resulting 4D transforms. | ||
</gallery> | </gallery> | ||
Latest revision as of 14:55, 27 June 2014
Home < 2014 Summer Project Week:Multidim DataKey Investigators
- Andras Lasso (Queen's U)
- Kevin Wang (Princess Margaret Cancer Center)
Project Description
Objective
- Ongoing work to improve the current multidim data work to support more use cases.
- Migrate part/all functionalities in MulitVolume extension into Multidim extension.
Approach, Plan
- Support for transform (linear and deformable) sequence data type.
- Support for label statistics for multidim data.
- Motion tracking module.
- Generic CLI support: pass multiple file names for node sequences
Progress
- Added mouse cursor position to vtkMRMLCrosshairNode (https://github.com/Slicer/Slicer/pull/147), so any module can easily observe the current mouse position in slice viewers. Other pointing devices can use it, too (LeapMotion, etc).
- Used also by Data probe module and Transform module info window
- Integrated features developed by Kevin Wang:
- Interactive plotting of volume intensities over time
- Volume sequence registration
- Multidimensional labelmap statistics
References
- Multidim data extension source code: [1]