Difference between revisions of "Common resampling and conversion utility functions in Slicer"

From NAMIC Wiki
Jump to: navigation, search
Line 49: Line 49:
 
* [http://massmail.spl.harvard.edu/public-archives/slicer-devel/2013/012510.html: discussion on resampling issue]
 
* [http://massmail.spl.harvard.edu/public-archives/slicer-devel/2013/012510.html: discussion on resampling issue]
 
* [https://www.assembla.com/spaces/slicerrt/tickets/303#/activity/ticket: ticket in SlicerRT regarding conversion]
 
* [https://www.assembla.com/spaces/slicerrt/tickets/303#/activity/ticket: ticket in SlicerRT regarding conversion]
 +
* [https://github.com/pieper/Regimatic/blob/master/Regimatic.py#L330-371 python code that performs the desired resampling]

Revision as of 18:54, 3 June 2013

Home < Common resampling and conversion utility functions in Slicer

Key Investigators

  • Isomics: Steve Pieper
  • UIowa: Hans
  • PMH Toronto: Kevin Wang
  • Queen's: Csaba Pinter

Objective

The goal is to develop common utility functions to perform resampling of vtkMRMLVolumeNode using a reference volume node and conversion of vtkMRMLVolumeNode to itkImage.

Approach, Plan

  • discuss during the project week using google hangout.
  • explain what has been done in SlicerRT to deal with these two functions.

Progress

  • .


To do:

  • to do...


Delivery Mechanism

This work will be delivered to the NA-MIC Kit as a Slicer module

References