slicewise_mis#

slicewise_mis(image, **kwargs)[source]#

Compute the slice-wise maximum inscribed sphere (maximum inscribed disk) using PoreSpy.

Return type:

ndarray

Parameters:
  • image – An np.ndarray containing the binary image with the phase of interest labeled as 1

  • **kwargs – Keyword arguments for the `porespy.filters.local_thickness()` function

Returns:

Maximum inscribed sphere computed on each slice (maximum inscribed disk)

Return type:

numpy.ndarray