[vtkusers] Example: Setting landmarks in 3D using QT/ITK/VTK

Dirk body at nabla.org
Tue Oct 20 09:15:49 EDT 2009


Dear listmembers,

I programmed an example in which itkImageFileReader is used to load a
3D image which is then viewed in a QVTKImage with the help of
vtkImageViewer2.
Points / landmarks can be set with the mouse and a vtkPointWidget
and be saved as a vtkPolyData .vtk file afterwards.
Everything in a nice QT GUI.

I am new to VTK/ITK and it took some time to put everything together.
Perhaps this will help anyone who is trying to achieve something 
similar.

Check it out at http://github.com/dirkboye/myImageLandmarker

or directly clone it with
git clone git://github.com/dirkboye/myImageLandmarker.git


Cheers,
Dirk



More information about the vtkusers mailing list