[Insight-users] Deformable Transform Question

Julien Jomier jjomier at cs.unc.edu
Mon Mar 21 19:05:19 EST 2005


Hi Vishal,

You can use the itkWarpImageFilter which takes an image and a 
deformation field as inputes and produce a deformed image.
Take a look at Insight/Examples/Registration/DeformableRegistration2.cxx
and the corresponding pages in the SoftwareGuide 
(www.itk.org/ItkSoftwareGuide.pdf).

Julien

Vishal Majithia wrote:
> I am having a problem: I use demon's algorithm to
> register image A to image B, giving me a deformation
> field DF. I now want to apply DF to image C to get
> image D. How do I do this?
> 
> I've been looking at the
> itkBSplineDeformableTransform, and am not sure if it's
> what I need, or how to use it. If someone can point me
> in the right direction I would appreciate it.
> 
> 
> 
> 		
> __________________________________ 
> Do you Yahoo!? 
> Yahoo! Small Business - Try our new resources site!
> http://smallbusiness.yahoo.com/resources/ 
> _______________________________________________
> Insight-users mailing list
> Insight-users at itk.org
> http://www.itk.org/mailman/listinfo/insight-users
> 
> 
> 



More information about the Insight-users mailing list