ITK/Release 4/Enhancing Image Registration Framework/Tcon 2010-09-07: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
Line 11: Line 11:
* Transform hierarchy
* Transform hierarchy
** How to compose multiple transforms into a single
** How to compose multiple transforms into a single
*** ResampleImageFilter only deals with itk::Transform
*** WrapImageFilter only deals with a deformation field
*** A new filter is needed, that takes as input a collection of Transforms and deformation fields and apply them concatenated.
* Potential Names (for this new class)
** WarpImageMultiTransformFilter
** ConcatenatedTransformImageTransformFilter

Revision as of 14:11, 7 September 2010

Attendees

  • Cory Quammen
  • Gabe Hart
  • Andy
  • Brian Avants
  • Luis Ibanez

Technical Topics

  • Transform hierarchy
    • How to compose multiple transforms into a single
      • ResampleImageFilter only deals with itk::Transform
      • WrapImageFilter only deals with a deformation field
      • A new filter is needed, that takes as input a collection of Transforms and deformation fields and apply them concatenated.
  • Potential Names (for this new class)
    • WarpImageMultiTransformFilter
    • ConcatenatedTransformImageTransformFilter