fvpolpeta / devide

Automatically exported from code.google.com/p/devide
BSD 3-Clause "New" or "Revised" License
2 stars 1 forks source link

Make DeformVolume module #139

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
By using a vtkGridTransform and the vtkImageReslice, you can make a module
to deform a volume given a deformation / displacement field.

This will get interesting combining the conventions of deformable
registration (vectors point from moving into fixed volume), vtkImageReslice
(transforming the volume is the same as transforming the domain with the
inverse, which is what imagereslice expects) and the vtkGridTransform (no
idea).

Original issue reported on code.google.com by cpbotha on 22 Jul 2009 at 10:07