[vtkusers] Difference between vtkImageShrink3D and vtkImageResample

David Gobbi dgobbi at irus.rri.on.ca
Mon Mar 19 18:28:37 EST 2001


On Mon, 19 Mar 2001, Asad A. Abu-Tarif wrote:

> Hi,
> What's the difference between vtkImageShrink3D and vtkImageResample?

vtkImageShrink3D can do antialiasing, and can't be used to magnify
images.
vtkImageResample can be used to either magnify or shrink images,
but cannot do antialiasing.

Also, there is vtkImageReslice, which can be used to do the same
sorts of things as vtkImageResample but which can provide additional
operations such as cubic interpolation or image rotation.

 - David





More information about the vtkusers mailing list