[vtkusers] landmark registration

David Doria daviddoria at gmail.com
Wed Nov 30 10:50:57 EST 2011


On Wed, Nov 30, 2011 at 10:48 AM, andon <antoniod987 at gmail.com> wrote:
> Hi friends,
> i'm trying to do registration with landmark transfomation... So i've done a
> picking routine to pick some important points...than i insert these points
> in vtkPoints in order to use this point as source and target of a Landmark
> transformation... I've also written some actors, for source target and
> solution of landmark translation, in this way i can see on the scene source
> target and solution points and than verify if the transformation works. Ok
> now i want to use the results of these registration on the original actors,
> so in this way i can obtain the real registration..how can i do?

I think you are just looking to apply the transformation with:
http://www.vtk.org/Wiki/VTK/Examples/Cxx/Visualization/TransformActor

David



More information about the vtkusers mailing list