[Insight-developers] Dashboard / Registration

Luis Ibanez ibanez@cs.unc.edu
Mon, 26 Mar 2001 10:15:56 -0500


Hi,

We are changing the part of the API in the registration
framework.  Previously a VectorContainer was used to
pass the parameters of the spatial transformation to the
optimizers.  This was impractical because VectorContainer
elements has to be accessed through iterators.

So, now the framework is templated the parameters type,
and it could be any type with the operator[]() defined.

The bad news is that the changes are not completed yet
so there are a lot of new error messages on the dashboard,
coming from these modifications.  We are working now
on fixing them....



Luis