Skip to content

Add methods to change direction of image

David Gobbi requested to merge dgobbi/vtk:change-image-direction into master

Previously, the vtkImageChangeInformation filter always set the Direction of its output image to identity. Now it can either pass the input direction through to the output, or manually set the output direction.

Merge request reports