[Insight-users] fem registration filter

Luis Ibanez luis.ibanez at kitware.com
Fri, 19 Mar 2004 02:47:12 -0500


Hi Janiv,

In addition to the FEM-Based deformable registration
you may also want to look at the BSplineTransform
that can be used for performing deformable registraion.

--

Regarding initialization by using manually selected
Landmarks you may want to look at the example

        Insight/Examples/Registration/
                             LandmarkWarping2.cxx



Regards,



      Luis



---------------------
b gises wrote:

> hi,
> 
> i'm new to itk so pardon me for the long question.
> i have 10 time frames of tagged MRI slices of cardiac images, and i
> need to create and visualise a model of the right ventricle to compute the
> displacement and rotation.
> i saw the itkfemregistrationfilter and i read the comments in it which
> says it can extract a mesh for the model, but i'm not sure how to. Can
> this fem filter be used to placed any amount of nodes on the tagged
> points and register the images (ti and ti+1) and automatically extract a
> mesh. As the main objective is to create a application where user can
> place the nodes interactively (like the one in Insight Applications:
> Landmark Inisialization) for registration of images.
> 
> am i right to say that by using  the itk registration filter, i can
> both segment the right ventricle as well as register the images, and the
> displacement can be obtained from the registration. Can anyone describe
> how i should use this fem registration as i can't find much
> documentation on this class.
> 
> Also, how i can modify the Landmark Inisialization application such
> that i can place a large number of nodes on the images and use fem method
> for registration.
> 
> Thanks for any help
> with Regards
> janiv
>