[Insight-users] ITK Vector Field to VTK

Reinhard Hameeteman reinhard.afstuderen at gmail.com
Mon Aug 15 05:41:04 EDT 2005


Hi,

Is it possible to export a vector image defined as:

typedef itk::Vector<float, 3>           VectorType;
typedef itk::Image<VectorType, 3> DeformationFieldType;

to VTK?

I can save the vector field and read it in paraview, but I want the
visualisation in my own application and using itkImageToVTKImageFilter
I only get a scalar (x-component?) in the vtk image.


Reinhard


More information about the Insight-users mailing list