transform_unions
Type used to represent all transformations users can create.
NORM_AND_SPATIAL_UNION = Annotated[Union[NormalizeModel, XYFlipModel, XYRandomRotate90Model], Discriminator('name')]
module-attribute
#
All transforms including normalization.
SPATIAL_TRANSFORMS_UNION = Annotated[Union[XYFlipModel, XYRandomRotate90Model], Discriminator('name')]
module-attribute
#
Available spatial transforms in CAREamics.