Dear SKIMAGE Developers and Users:

I want to use the following algorithm in a large binary image that does not fit into my PC memory. So, I am thinking to split my large image into tiles and apply algorithm one by one. However, the original border definition change when I do it in parts. I need the result as applied in original full image. How can I do it efficiently?

skimage.segmentation.clear_border(image, buffer_size=0, bgval=0)

Thanks for your ideas.