[vtkusers] vtk capabilities ?

David Gobbi david.gobbi at gmail.com
Wed Apr 16 08:45:36 EDT 2014


On Wed, Apr 16, 2014 at 3:54 AM, Jatin Nath
<jatin.nath.bme09 at iitbhu.ac.in> wrote:
> hey vtk users,
>
> I have a problem that requires me to register two 3d vtk CT images and I was
> hoping there would be a way to do this in VTK. I have been using vtk with
> python binding and have been experiencing troubles with python wrapping for
> ITK. hence was hoping there would be a way around this using VTK.. Can
> anybody suggest a way ?

I have a set of image registration classes in my github repository, and they
have all the necessary cmake machinery to make them build with python:
https://github.com/dgobbi/AIRS

However:
1) they are for VTK 5.10 only, for now at least
2) I have no public documentation for them yet

The code in "Programs" and "Examples" is the best place to start, if you are
interested in taking a look.  If you do find them useful, please let me know.

  David


More information about the vtkusers mailing list