ITK/Release 4/Enhancing Image Registration Framework/Proposal for Revised Framework/Composite Transform: Difference between revisions

From KitwarePublic
Jump to navigationJump to search
(Created page with " = Overview = * CompositeTransform abstracts a concatenation of transform = IO = * The TransformFileReader and TransformFileWriter must be modified to manage composite transform.")
 
Line 7: Line 7:


* The TransformFileReader and TransformFileWriter must be modified to manage composite transform.
* The TransformFileReader and TransformFileWriter must be modified to manage composite transform.
= Changes =
* Refactor GetJacobians() to manage sparse matrices  OR
** Make them obsolete and add to the Transforms the method that provide the service of mapping a point through the Jacobian on the transform. In this way they don't have to be represented explicitly.

Revision as of 22:12, 25 February 2011

Overview

  • CompositeTransform abstracts a concatenation of transform

IO

  • The TransformFileReader and TransformFileWriter must be modified to manage composite transform.


Changes

  • Refactor GetJacobians() to manage sparse matrices OR
    • Make them obsolete and add to the Transforms the method that provide the service of mapping a point through the Jacobian on the transform. In this way they don't have to be represented explicitly.