vtkImageResample

Section: Visualization Toolkit Imaging Classes

Usage

This filter produces an output with different spacing (and extent) than the input. Linear interpolation can be used to resample the data. The Output spacing can be set explicitly or relative to input spacing with the SetAxisMagnificationFactor method.

To create an instance of class vtkImageResample, simply invoke its constructor as follows

  obj = vtkImageResample

Methods

The class vtkImageResample has several methods that can be used. They are listed below. Note that the documentation is translated automatically from the VTK sources, and may not be completely intelligible. When in doubt, consult the VTK website. In the methods listed below, obj is an instance of the vtkImageResample class.