Difference between revisions of "NA-MIC/Projects/NA-MIC Kit/Coordinate Systems"

From NAMIC Wiki
Jump to: navigation, search
m (Update from Wiki)
 
Line 13: Line 13:
  
 
* [http://www.itk.org/Wiki/Proposals:Orientation Image Orientation in ITK]
 
* [http://www.itk.org/Wiki/Proposals:Orientation Image Orientation in ITK]
 +
* [[Execution Model Reference Systems]]

Revision as of 16:41, 20 April 2007

Home < NA-MIC < Projects < NA-MIC Kit < Coordinate Systems
Back to NA-MIC_Collaborations

Objective: To provide the infrastructure necessary to represent, manage, and transform between the variety of coordinate frames used in medical imaging.


Progress: A new image class, itk::OrientedImage, has been developed and added to ITK. This image class caches the image direction cosines. ITK's IO mechanisms have been updated to read and write orientation information. Filters which implictly manipulate orientation (flip, resample, etc.) have been modified to explictly modify the cached image orientation.

Key Investigators:

  • GE Research: Bill Lorensen, Jim Miller
  • Isomics: Steve Pieper

Links: