[Insight-users] TPS landmark fitting with itk
    Luis Ibanez 
    luis.ibanez at kitware.com
       
    Tue Dec  2 18:18:15 EST 2008
    
    
  
Hi Raja,
A) Bad news:
Nope, the itkThinPlateSplineKernelTransform  is not the class that
you should use for this task.
B) Good news:
Nick Tustison recently posted to the Insight Journal the class that
will solve your problem:
            itkBSplineScatteredDataPointSetToImageFilter
You will find interesting to read the paper at:
                    http://hdl.handle.net/1926/140
and you will find the classes in the directory:
     Insight/Code/Review
Just make sure that you use the ITK 3.10 release or a more recent
CVS checkout.
     Regards,
         Luis
--------------------------
Raja Yalamanchili wrote:
> Hi,
> 
> I'm trying to fit a surface to a set of land mark points using Thin 
> plate spline. I browsed through itk filters and i found filter 
> itkThinPlateSplineKernelTransform to do this, so i thought i can specify 
> some points on a plane as source points and my landmark points as target 
> points for this filter.
> 
> My questions are :
> 
> 1. Is this the right way(right filter) to do my task
> 2. I'm having very high number of landmark points around 20,000 can this 
> filter handle so many landmark points?
> 
> Another thing i want to mention is that there is ThinPlateSplines 
> application in "InsightApplications-3.10.0", i built these applications 
> using the fltk 1.9 and vtk 5.2 binaries. While building the application 
> i didn't get any errors but while i tried to run the application and 
> click some point on window i'm getting the following error, after that 
> the body of window is inactive can you please comment on it:
> 
> ERROR: In \tools\vtk-5.2.0\Rendering\vtkInteractorStyle.cxx, line 392
> vtkInteractorStyleJoystickCamera (014440C0): Timer start failed
> 
> thanks and regards
> -- 
> Raja Yalamanchili.(Phani)
> Research Assistant, University of Houston
> 
> 
> ------------------------------------------------------------------------
> 
> _______________________________________________
> 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