2D Transformation#
Apply geometric transformations to images

Parameters#
- image_stacks
One or multiple stacks of images as list of array-likes
- transformations
One or multiple lists of transformations that are either represented by Transformations or 3x3 matrices
- url
Location to and in .h5-file where the resulting images/stacks will be saved as a dataset (one stack) or a group containing datasets (multiple stacks)
- crop
Only for translations: Crops the resulting images to remove all NaN-values
- interpolation_order:
Determines the order of interpolation used for resampling the image. See Resampling