Module: util — skimage v0.19.2 docs - scikit-image
https://scikit-image.org/docs/stable/api/skimage.util.htmlapply_parallel¶ skimage.util. apply_parallel (function, array, chunks = None, depth = 0, mode = None, extra_arguments = (), extra_keywords = {}, *, dtype = None, compute = None, channel_axis = None, multichannel = False) [source] ¶ Map a function in parallel across an array. Split an array into possibly overlapping chunks of a given depth and boundary type, call the given function in ...