[Insight-users] Re: DeformableRegistration8.cxx : and
Command/Observers
Luis Ibanez
luis.ibanez at kitware.com
Wed Oct 17 08:22:42 EDT 2007
Hi Lu,
Please read the ITK Software Guide
http://www.itk.org/ItkSoftwareGuide.pdf
in particular the "Image Registration" Chapter.
You will find the mechanism of using Observers
to get access to the Transform information at
every iteration.
Your Command/Observer will have to get the current
parameters from the Optimizer.
In the ITK Software Guide you will find many examples
on how to connect Command/Observers to the registration
framework.
Regards,
Luis
-----------------
luzhentai wrote:
> Dear Sir,
>
> I'm using the DeformableRegistration8.cxx in ITK to test image
> registration, I want to obtain the deformation fields and the parameters
> of the BSplineDeformableTtansform in every step, Can you tell me how to
> obtain them in every step?
> Thank you very much.
> Best Regards
> Lu zhentai
>
>
>
>
>
More information about the Insight-users
mailing list