porespy.tools.recombine#
- porespy.tools.recombine(ims, slices, overlap)#
Recombines image blocks back into full image
- Parameters:
ims (list of ndarrays) – The block of the original image, which may or may not have been processed.
slices (list of slice objects) – The slice objects which were used to obtain the chunks in ims
overlap (int of list ints) – The amount of overlap used when creating blocks
- Returns:
im – An image constituted from the chunks in
ims- Return type:
ndarray
See also
chunked_func,get_slices_gridExamples
Click here to view online example.