Difference between revisions of "Collaboration/UIowa/Non Rigid Registration"
Line 46: | Line 46: | ||
*We replaced NIREP current visual studio project architecture with CMake cross-platform make system.<br> | *We replaced NIREP current visual studio project architecture with CMake cross-platform make system.<br> | ||
*We replaced the itk to vtk import C function with itkImageToVTKImageFilter class.<br> | *We replaced the itk to vtk import C function with itkImageToVTKImageFilter class.<br> | ||
− | *We | + | *We now have a Splash Screen.<br> |
*We maintain the vtkKWNIREPGridImageViewer and vtkKWNIREPImageViewerWithScrollbar class with addition methods:<br> | *We maintain the vtkKWNIREPGridImageViewer and vtkKWNIREPImageViewerWithScrollbar class with addition methods:<br> | ||
<br> | <br> |
Revision as of 13:27, 29 June 2007
Home < Collaboration < UIowa < Non Rigid Registration
Key Investigators
- Gary Christensen, Iowa (NIREP principal investigator)
- Hans Johnson, Iowa
- Xiujuan Geng (main NIREP metric software developer)
- James Harris (main NIREP software developer)
- Jeff Hawley (NIREP software developer)
- Sandy Wells, BWH
- Stephen Aylward, Kitware
Objective
We have started the Non-rigid Image Registration Evaluation Project (NIREP) to develop software tools and provide shared image validation databases for rigorous testing of non-rigid image registration algorithms. NIREP will extend the scope of prior validation projects by developing evaluation criteria and metrics using large image populations, using richly annotated image databases, using computer simulated data, and increasing the number and types of evaluation criteria.
Approach, Plan
The goal of this project is to establish, maintain, and endorse a standardized set of relevant benchmarks and metrics for performance evaluation of nonrigid image registration algorithms. Furthermore, these standards will be incorporated into an exportable computer program to automatically evaluate the registration accuracy of nonrigid image registration algorithms.
Our goal for this week is to build a prototype software package that contains the following functionality:
- Database manager that interfaces with the evaluation database, the database of transformations for each algorithm, stores generated results, manages loading of images, manages memory, expands transformations from coefficient files, handles requests from other NIREP components, keeps track of operations using an XML (MRML) description.
- Display manager is responsible for displaying images, landmarks, contours, surfaces, and associated semantic information. It also displays metric information in various formats. The display is described in an XML (MRML) description.
- Evaluator is responsible for all the computational aspects of image manipulation and computing metrics.
- Application interface is a basic menu system for invoking and configuring the display manager and evaluator.
Progress
- We replaced NIREP current visual studio project architecture with CMake cross-platform make system.
- We replaced the itk to vtk import C function with itkImageToVTKImageFilter class.
- We now have a Splash Screen.
- We maintain the vtkKWNIREPGridImageViewer and vtkKWNIREPImageViewerWithScrollbar class with addition methods:
Implemented Method:
vtkKWNIREPImageViewerWithScrollbar:: Tranverse()
vtkKWNIREPImageViewerWithScrollbar:: Coronal ()
vtkKWNIREPImageViewerWithScrollbar:: Sagittal ()
vtkKWNIREPImageViewerWithScrollbar::SetFileName(string)
vtkKWNIREPImageViewerWithScrollbar::Update(string)
Updated Method:
vtkKWNIREPImageViewerWithScrollbar:Printself(ostream,vtkIndent)
vtkKWNIREPGridImageViewer:: ReformatRowLabel()
Note: The ReformatRowLabel method inserts newlines into the string for vertical viewing.
vtkKWNIREPGridImageViewer::Add(string fn, int r, int c)
vtkKWNIREPGridImageViewer:: Remove( ... )
vtkKWNIREPGridImageViewer:: SetSize(int w, int h)
References
This work was supported in part by NIH grants EB004126, CA096679 and HL64368.
- Link to NIREP web site:
- The STARD Initiative -- Towards Complete and Accurate Reporting of Studies on Diagnostic Accuracy
- SPIE Medical Imaging: Validation in Medical Image Registration Workshop, Feb. 18, 2007
- IEEE Transactions on Medical Imaging, Special Issue on Validation in Medical Image Processing 25(11), Nov. 2006 (need access to IEEE explore to view papers)
- P. Hellier, C. Barillot, I. Corouge, B. Gibaud, G. Le Goualher, D. L. Collins, A. Evans, G. Malandain, N. Ayache, G. E. Christensen, and H. J. Johnson, Retrospective Evaluation of Intersubject Brain Registration, IEEE Transactions on Medical Imaging, 22(9) 2003, pp. 1120-1130 (need access to IEEE explore to view paper)
- P. Jannin, C. Grova, C.R. Maurer, Model for defining and reporting reference-based validation protocols in medical image processing, International Journal of Computer Assisted Radiology and Surgery, 1(2), August 2006.
- P. Jannin, M. Fitzpatrick, D. Hawkes, X. Pennec, R. Shahidi, and M.W. Vannier, Editorial: Validation of Medical Image Processing in Image-Guided Therapy, IEEE Transactions on Medical Imaging, 21(11), 2002, pp. 1445-1449.