z-stack helpers¶
Helper module for Z-stack operations.
- class mio.process.zstack_helper.ZStackHelper¶
Helper class for Z-stack operations.
- static get_minimum_projection(image_list: list[ndarray]) ndarray¶
Get the minimum projection of a list of images.
- Parameters:
image_list (list[np.ndarray]) – A list of images to project.
- Returns:
The minimum projection of the images.
- Return type:
np.ndarray