Difference between revisions of "Collaboration/UIowa/Developing Electronic Atlas Software using NA-MIC Kit"

From NAMIC Wiki
Jump to: navigation, search
Line 64: Line 64:
 
*Learned about Dart and the nightly builds.
 
*Learned about Dart and the nightly builds.
 
*Adopted the itkImageToVTKImageFilter to display Analyze-format images in VTK.
 
*Adopted the itkImageToVTKImageFilter to display Analyze-format images in VTK.
*Able to render the Analyze image volumes with 3D volume rendering.
+
*Rendered Analyze image volumes with 3D volume renderer in VTK.
*Able to convert Analyze-format images to VTK image volumes (.vti/.vtp).
+
*Converted Analyze-format images to VTK image volumes and surfaces.
*Able to render the VTK image volumes with 3D surface rendering (much faster than the volume renderer).
+
*Rendered VTK image volumes with 3D surface renderer in VTK.
*Able to pick a point on the 3D rendered surface and get the corresponding 3D coordinate.
+
*Picked points on the 3D rendered surface and got the corresponding 3D coordinates.
*In the process of developing a GUI for the Atlas that features the 3 orthogonal views of the image volume and the 3D rendered image.
+
*Developing a GUI for the Atlas that features the 3 orthogonal views of the image volume and 3D renderings.
*Planning to implement the database interface to pull up the relevant Atlas information.
 
 
[[Image:Never-finish.jpg|thumb|320px|Geek Philosophy [Source: http://www.thinkgeek.com]]]
 
[[Image:Never-finish.jpg|thumb|320px|Geek Philosophy [Source: http://www.thinkgeek.com]]]
  

Revision as of 14:09, 29 June 2007

Home < Collaboration < UIowa < Developing Electronic Atlas Software using NA-MIC Kit
Labeled 3D rendering of a rat airway tree cast.
3D rendering of a human airway tree at total lung capacity.
3D volume rendering of a rat airway tree using the ITK to VTK image converter.
3D volume rendering of a human airway tree using the ITK to VTK image converter.
3D surface rendering of a human airway tree with the annotated picker displaying the 3D coordinate on the selected surface.


Key Investigators

  • Gary Christensen, Iowa
  • Joo Hyun (Paul) Song, Iowa
  • Jake Nickel, Iowa
  • Nick Kiguta, Iowa
  • Jeff Grethe, UCSD
  • Wendy Plesniak, BWH
  • Raul San Jose, BWH

Objective

Develop a software tool for visualizing and querying an electronic atlas. We are developing atlases of the human lung R01 HL64368, the rat lung R01HL073598, and the mouse lung R01 HL080285. We want to make a common software tool that can be customized for specific atlases. The image data and semantic information will be stored in a database and will be indexed through a graphical user interface.

Approach, Plan

Our plan for the project week is to

  • Learn how to interface NA-MIC tools with database tools such as MySQL
  • Learn how to make a GUI for the atlas
  • Learn how to render 2D and 3D images using the NA-MIC software
  • Learn how to interact with 2D and 3D images by clicking on the images
  • Learn how to read, organize, and visualize images, surface models, segmentations and symbolic information referenced by coordinate systems using the NA-MIC software

The database should contain the following information, plus additional information, for every region on the atlas:

  • statistics – average length, width, surface area, etc.
  • labels – floating labels above the atlas that is visible from all viewing angles.
  • associated color – the associated color that marks particular regions on the atlas.
  • description – detailed description of the region on the atlas.

Clicking on either the 2D or the 3D image should respond in the following manner:

  • Highlight and display the corresponding region for all viewing windows.
  • Query the database for the selected point, pull up every relevant information about the location and display.

When dealing with registration images, clicking on the template/target image should highlight and display the corresponding point on a transformed coordinate system.

Progress

  • Learned about the functionalities of CMake.
  • Learned about the features of Subversion revision control system.
  • Learned about Dart and the nightly builds.
  • Adopted the itkImageToVTKImageFilter to display Analyze-format images in VTK.
  • Rendered Analyze image volumes with 3D volume renderer in VTK.
  • Converted Analyze-format images to VTK image volumes and surfaces.
  • Rendered VTK image volumes with 3D surface renderer in VTK.
  • Picked points on the 3D rendered surface and got the corresponding 3D coordinates.
  • Developing a GUI for the Atlas that features the 3 orthogonal views of the image volume and 3D renderings.
Geek Philosophy [Source: http://www.thinkgeek.com]



References

This work is supported in part by NIH grants HL64368, HL080285, HL073598, and EB004126.