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
Reg2DTransform#
Apply transformations calculated from image registration to the images of one or more stacks.
- Identifier:
ewoksndreg.tasks.reg2d_transform.Reg2DTransform- Task type:
class
- Required inputs:
image_stacks, transformations
- Optional inputs:
crop, image_stacks_nxmetadata, interpolation_order, output_configuration, output_root_uri
- Outputs:
image_stacks, output_configuration