Proposal for Revised Framework: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(Created page with "= PseudoCode =")
 
No edit summary
Line 1: Line 1:
= PseudoCode =
 
Let us suppose we want to perform a registration with the new framework.
 
There are a few key ingredients we need:
 
1.  itkComposeTransform  class , derived from itkTransform
 
2.  itkTransformImageFilter --- takes itkTransform as input
 
3.  Set up a multi-resolution optimization over the TransformImageFilter
 
4.  For each transform within itkComposeTransform 
 
--- optimize the metric(s) associated with that transform for n iterations or convergence
 
5.  go to next level

Revision as of 14:37, 14 September 2010

Let us suppose we want to perform a registration with the new framework.

There are a few key ingredients we need:

1. itkComposeTransform class , derived from itkTransform

2. itkTransformImageFilter --- takes itkTransform as input

3. Set up a multi-resolution optimization over the TransformImageFilter

4. For each transform within itkComposeTransform

--- optimize the metric(s) associated with that transform for n iterations or convergence

5. go to next level