[Insight-users] B-SPline registration prameters
Luis Ibanez
luis.ibanez at kitware.com
Wed Aug 9 20:32:45 EDT 2006
Hi Ilker,
1) If you get the parameters array as "transform->GetParameters()"
you can print out this information. That will consist of the
vector components of the deformation vectors in every node of
the BSpline grid.
2) You can resample the moving image using the Resample image filter
and attaching to it the BSpline transform that you get as a result
of your registration process.
You will find examples on how to do this in the ITK
Software Guide
http://www.itk.org/ItkSoftwareGuide.pdf
In the "Image Registration" chapter.
Regards,
Luis
---------------------------
ilker hacıhaliloğlu wrote:
>
>
> Hey everyone,
>
> I have a problem. Two problems.
>
> Could anyone tell me how to get the program DeformableRegistration8 in the
> Examples folder (the one which has B Spline registration) to output all
> the registration parameters (I mean the nodes and stuff) !?!
>
> Also, how do I use these parameters to actually change the initial moving
> image to register to the stationary one !?!
>
> I am sorry, but I am new to this kind of thing.
>
> Thanks in advance !!
>
> ilker
>
>
> --
> ------------------------------------------------------------------
>
> '.....ich möchte mir eine ader öffnen, die mir die ewige freiheit
> schaffte....'
>
> --------------------------------------------------------------------
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
More information about the Insight-users
mailing list