[Insight-users] Concatenate transforms?
Luis Ibanez
luis.ibanez at kitware.com
Thu Aug 25 12:18:41 EDT 2005
Hi Tobias,
Only the Affine transform has a concatenation option at this point:
http://www.itk.org/Insight/Doxygen/html/classitk_1_1AffineTransform.html
What kind of transforms are you using ?
Regards,
Luis
-----------------------
Tobias Heimann wrote:
> Hi all,
>
> Is it possible in ITK to concatenate several transforms into a single one?
> In my case, I've got a mesh that runs through two different transforms,
> one after the other. Now I would like to apply the same transforms to
> other objects, and to save memory and processing power I'd like to
> combine the two used transforms into a single one. Since I only use
> scale and rotation, this is not a problem mathematically, but is there a
> method in ITK that allows me to do this?
>
> Thanks,
> Tobias
>
More information about the Insight-users
mailing list