-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Current Behavior
ITKElastix accepts a generic ExternalInitialTransform to provide a generic itk.Transform as the initial forward transform to use. However, ITKElastix fails to run registration when ExternalInitialTransform cannot be translated to a known Elastix type to provide for advanced computation of derivatives, Jacobians, etc.
ITKElastix may also accept an initial Elastix transform object composed of Elastix registration results. It is not immediately obvious how to generate a valid Elastix transform from a reduced ITK transform result from a previous itk-dreg registration stage.
Steps to Investigate
- Understand how to map
itk.Transforms to ITKElastix transform parameter objects - Determine whether ITKElastix transform parameter objects are serializable (see Investigate Distributed Support #16)
- Determine how we can convert the transform result of a
ReduceResultsMethodto an Elastix transform parameter object and whether limitations exist, such as the type of reduced results that can be converted, etc - Update the
itk_dreg.elastixregistration interface to accept an input Elastix transform parameter object - Create an example demonstrating multiple stages of deformable registration over successively higher image resolutions with ITKElastix
Metadata
Metadata
Assignees
Labels
No labels