[Insight-developers] B-Splines

Luis Ibanez ibanez@choroid.cs.unc.edu
Tue, 8 Jan 2002 13:27:17 -0500 (EST)


Hi Bradley,

It seems that the only Splines in the toolkit are:

   ElasticBodySplineKernelTransform
   ThinPlateSplineKernelTransform 

They are implemented as transforms for wrapping the
space according to a set of landmarks defined in the
input space and the output space.

These two classes are intended to be used as transforms
for non-rigid registration.

We don't have B-Splines as utility classes and they can
be pretty useful. Don't know if somebody had plans for
adding them too...



    Luis


======================================================
On Tue, 8 Jan 2002, Bradley Wyman wrote:
>  Has anybody been developing B-Spline capabilities?  I am looking
> to implement a B-Spline based registration method and if someone has
> already implemented the B-Splines it would save me some (growing) pain.
> If nobody has looked at this then I'll tackle implementing B-Splines in
> the itk toolkit.
>