Difference between revisions of "NA-MIC/Projects/Collaboration/Non-rigid image registration"

From NAMIC Wiki
Jump to: navigation, search
 
(6 intermediate revisions by 2 users not shown)
Line 11: Line 11:
 
* Paul Song, Iowa
 
* Paul Song, Iowa
 
* Cheng Zhang, Iowa
 
* Cheng Zhang, Iowa
 +
* Ying Wei, Iowa
 +
* Kate Raising, Iowa
 +
*Bill Hoffman
 +
*Will Schroeder, Kitware (license issues)
 +
*Jim Miller
 +
*Luis Ibanez, Kitware
  
 
<div style="margin: 20px;">
 
<div style="margin: 20px;">
Line 26: Line 32:
 
<h1>Approach, Plan</h1>
 
<h1>Approach, Plan</h1>
 
Our plan for the project week is to  
 
Our plan for the project week is to  
*Learn the best way to break the VTK & ITK pipelines
+
*Convert the SICLE image registration algorithm to use ITK.
*Implement streaming of images in NIREP software
+
*Use CPack to package the sicle.exe program.
*Learn how other tools combine images, landmarks, contours, surfaces, etc. into a composite image.
+
*Setup and use a DART Dashboard at Iowa.
 +
*Select a license for software.
 +
*Compare and contrast the execution speed and memory requirements of the ITK sicle.exe with original lereg2.exe.
 +
*Investigate integration of wxWidgets with ITK and VTK.
 
*Compare and contrast the performance of Kwwidgets and wxWidgets
 
*Compare and contrast the performance of Kwwidgets and wxWidgets
*Use CPack to package the NIREP program.
 
*Setup and use a DART Dashboard at Iowa
 
*Investigate integration of wxWidgets with ITK and VTK.
 
 
</div>
 
</div>
  
Line 38: Line 44:
  
 
<h1>Progress</h1>
 
<h1>Progress</h1>
 
+
*Started taking apart our existing SICLE implementation and reorganizing classes. The code base is in need of renovation.
 
+
*CDash has been set up.
 +
*Discussed licensing issues - need final decision.
 +
*Discussed performance issues involving porting our code to use ITK - particularly memory issues involved with strided images (complex conjugate symmetry).
 +
*Learned more about CMake and CPack.
  
 
</div>
 
</div>

Latest revision as of 13:10, 27 June 2008

Home < NA-MIC < Projects < Collaboration < Non-rigid image registration



Key Investigators

  • Gary Christensen, Iowa
  • Paul Song, Iowa
  • Cheng Zhang, Iowa
  • Ying Wei, Iowa
  • Kate Raising, Iowa
  • Bill Hoffman
  • Will Schroeder, Kitware (license issues)
  • Jim Miller
  • Luis Ibanez, Kitware

Objective

To develop applications for image registration that can be distributed easily to other sites.


Approach, Plan

Our plan for the project week is to

  • Convert the SICLE image registration algorithm to use ITK.
  • Use CPack to package the sicle.exe program.
  • Setup and use a DART Dashboard at Iowa.
  • Select a license for software.
  • Compare and contrast the execution speed and memory requirements of the ITK sicle.exe with original lereg2.exe.
  • Investigate integration of wxWidgets with ITK and VTK.
  • Compare and contrast the performance of Kwwidgets and wxWidgets

Progress

  • Started taking apart our existing SICLE implementation and reorganizing classes. The code base is in need of renovation.
  • CDash has been set up.
  • Discussed licensing issues - need final decision.
  • Discussed performance issues involving porting our code to use ITK - particularly memory issues involved with strided images (complex conjugate symmetry).
  • Learned more about CMake and CPack.


References