Contents
tile_images¶
This module contains just one function, which is used in the samples module to stitch multiple images together.
-
microscope_automation.samples.tile_images.
tile_images
(images, method='stack', output_image=True, image_output_path=None)[source]¶ Restitch tiled images based off of location
- Input:
images: (list, ImageAICS) images to tile
method: (string) tiling method to use, currently only method is “stack”
output_image: (bool) flag to output image
image_output_path: (string) specified image output path
- Output:
img: tiled image of type ImageAICS