[Insight-users] How to form the deformation field using the three input input images which contain the deformation values.
Luis Ibanez
luis.ibanez at kitware.com
Thu Jul 29 00:52:11 EDT 2010
Hi Habib,
You may want to do the following:
1) Use the itkCompose3DVectorImageFilter.h
to create a deformation field from the three
images where you have the X,Y,Z components
of the deformation.
then
2) Use the itkWarpImageFilter in order to deform
another image by applying to it the deformation
field.
Regards,
Luis
------------------------------------------------
On Tue, Jul 27, 2010 at 8:42 AM, habib baluwala <habibbaluwala at gmail.com>wrote:
> Respected Sir,
> Actually I have three images which contain the deformations in
> the x , y and z direction respectively . Now I want to combine them into a
> single deformation field type Image which has a vector Pixel type . I want
> to use the ITK inbuilt functions to warp the image. I had placed the
> question on Nabble forum but havent received any reply and hence emailed you
> with the query. Looking forward to your reply and sorry for any
> inconvenience.
>
> Kind regards,
> Habib Yusufi Baluwala
> D.Phil Student (University of Oxford)
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20100729/923ede6d/attachment.htm>
More information about the Insight-users
mailing list