Difference between revisions of "Projects/Structural/2007 Project Week Nonrigid Groupwise Registration"
From NAMIC Wiki
Line 62: | Line 62: | ||
Our project is already implemented in ITK, in this workshop we achieved to | Our project is already implemented in ITK, in this workshop we achieved to | ||
*Make modifications to the source code for memory efficiency | *Make modifications to the source code for memory efficiency | ||
− | *Submit the project to ITK's Namic SANDBOX repositories [http://www.na-mic.org/svn/NAMICSandBox/trunk/MultiImageRegistration/ | + | *Submit the project to ITK's Namic SANDBOX repositories [http://www.na-mic.org/svn/NAMICSandBox/trunk/MultiImageRegistration/ link to code] |
− | |||
*Provide test cases using ITK's Brainweb data [http://public.kitware.com/pub/itk/Data/BrainWeb/BrainPart2.tgz link to data] | *Provide test cases using ITK's Brainweb data [http://public.kitware.com/pub/itk/Data/BrainWeb/BrainPart2.tgz link to data] | ||
*Submit test results to the dashboard | *Submit test results to the dashboard | ||
</div> | </div> |
Revision as of 14:05, 29 June 2007
Home < Projects < Structural < 2007 Project Week Nonrigid Groupwise Registration
|
Key Investigators
- MIT: Serdar K Balci, Polina Golland, Lilla Zollei, Sandy Wells
- Kitware: Luis Ibanez
Objective
We extended a previously demonstrated entropy based groupwise registration method to include a free-form deformation model based on B-splines.
The objective in groupwise registration is to bring subjects in a population into joint alignment in order to establish correspondences among anatomical structures.
Approach, Plan
- Implement a non-rigid groupwise registration method
- Joint alignment of images
- Minimize sum of univariate entropies
- Efficient implementation using multi-threaded classes.
- B-splines as the non-rigid deformation model
- Optimize ITK's B-Spline implementation by computing jacobian field locally
- Extended ITK's pairwise registration framework to groupwise registration
- To compare groupwise registration to pairwise approaches
- Implemented a template based method where every subject is registered to the mean image using sum of squared differences.
Progress
Our project is already implemented in ITK, in this workshop we achieved to
- Make modifications to the source code for memory efficiency
- Submit the project to ITK's Namic SANDBOX repositories link to code
- Provide test cases using ITK's Brainweb data link to data
- Submit test results to the dashboard