ewoksndreg.io.data_for_registration.generate_image_stack#
- ewoksndreg.io.data_for_registration.generate_image_stack(image, transfo_type, shape=None, nimages=None, plot=0)[source]#
Generate a stack of transformed images based on one image.
- Parameters:
image (
ndarray) – 2Dtransfo_type (
TransformationType) – type of transformationshape (
Optional[Tuple[int,int]]) – image shape of the stacknimages (
Optional[int]) – number of images in the stackplot (
float) – show images
- Return type:
Tuple[List[ndarray],List[ndarray],List[ndarray]]- Returns:
images (3D), active transformations (3D), passive transformations (3D)