[Insight-users] BsplineDeformableTransform and adding control points?
Luis Ibanez
luis.ibanez at kitware.com
Wed Jul 8 09:42:09 EDT 2009
motes motes wrote:
> Is it possible to add new control points to the
> BsplineDeformableTransform between iterations ?
>
>
------------------------------------------------
Nope,
The BSpline Grid parameters (which define how many
nodes are used) are defined during the initialization
of the Transform.
You may have to recreate another Transform as it is
done in the Example:
Insight/Examples/Registration/
DeformableRegistration15.cxx
Regards,
Luis
More information about the Insight-users
mailing list