Is it possible to resample a volume along a different set of axes?

I have a scalar volume.
I want to resample this volume along a different set of axes using linear interpolation.
Is this possible?
If so, how?

I’ve looked into using slicer.modules.resamplescalarvolume but I can’t seem to figure out how to use it to get what I need.

The “Crop Volume” module allows resampling as well as cropping. The rectilinear ROI you specify defines the output image volume’s spatial extent and its orientation. You can apply a transform to the ROI to rotate it with respect to the original image volume, or, if you are using a more recent preview release of Slicer, you can use the interactive markups ROI control handles for better manual control of the orientation.

1 Like