Skip to content

Some optimizations for nearest-neighbor interpolation in vtkImageReslice

David Gobbi requested to merge dgobbi/vtk:reslice-iterator into master

This new code uses the vtkImagePointDataIterator to march through the image data, and also includes some improvements for the "nearest-neighbor" path of the code that provide a speedup of approximately 40% under clang for that path.

Merge request reports