[Insight-users] Another question about the optimizer.

Luis Ibanez luis . ibanez at kitware . com
Fri, 23 May 2003 10:59:18 -0400


Hi Raghavendra,

You could manage the optimizer's step length (or any other
of its parameter for this matter) by connecting a Command/Observer
to the optimizer.

You will find several examples of Command/Observers for tracking
the optimizer evolution in the directory:

                   Insight/Examples/Registration

You could come up with some heuristic rule for managing the step
length at each iteration of the optimizer, since the observer's
Execute() method is being called once per iteration.


    Luis


-----------------------------------------
Raghavendra Chandrashekara wrote:
> Okay that makes sense. But is there a way of controlling the step size 
> as the registration runs?
> 
> Thanks,
> 
> Raghavendra
> 
>