[vtkusers] landmark registration
    David Doria 
    daviddoria at gmail.com
       
    Wed Nov 30 10:57:20 EST 2011
    
    
  
On Wed, Nov 30, 2011 at 10:53 AM, andon <antoniod987 at gmail.com> wrote:
> Thank you very much David, but in the example the trasformation is simply a
> rotation, in my case instead what trasformation should i use?
If I understand what you're trying to do correctly, just the output of
the LandmarkTransform:
  vtkMatrix4x4* M = landmarkTransform->GetMatrix();
http://www.vtk.org/Wiki/VTK/Examples/Cxx/PolyData/AlignFrames
David
    
    
More information about the vtkusers
mailing list