organoid_tracker.position_detection_cnn.split_images module
“Helps to split images in smaller parts and the reconstructs them
- organoid_tracker.position_detection_cnn.split_images.corners_split(image_shape: Union[ndarray, List[int]], patch_shape: Union[ndarray, List[int]]) List[ndarray]
- organoid_tracker.position_detection_cnn.split_images.reconstruction(image_batch, corners, buffer, image_shape, patch_shape, z_interpolation=1)