[vtkusers] Transforming vtkImageData
David Gobbi
david.gobbi at gmail.com
Tue Apr 15 11:30:44 EDT 2008
You cannot use a vtkTransform with vtkImageChangeInformation. It
allows you to change image information like the spacing, origin,
etcetera but the voxels themselves are left unchanged.
David
On Tue, Apr 15, 2008 at 11:23 AM, Anka Kochanowska
<anka at bic.mni.mcgill.ca> wrote:
> What about vtkImageChangeInformation?
> Anka
>
>
>
>
> Patrick D. Emond wrote:
>
> > Hi Paul,
> >
> > Try out vtkImageReslice.
> >
> > Cheers,
> > Patrick
> >
> > Paul Melis wrote:
> >
> > > Dear list,
> > > Is there are way to transform vtkImageData with a given vtkTransform? I
> looked at vtkTransformFilter, but is seems unable to work on image data.
> > >
> > > Thanks,
> > > Paul
More information about the vtkusers
mailing list