mango.image.max_covering_radius

mango.image.max_covering_radius(input, maxdist=200.0, filecache=False)

Calculates the maximal covering radius transform from the input Euclidean distance transform image.

Parameters:
  • input (mango.Dds) – Euclidean distance transform image (distance_transform_edt()) for which the maximal covering sphere radii are calculated.
  • maxdist (float) – Upper bound on the covering sphere radii.
  • filecache (bool) – If True, uses cache files to store some of the temporary computation data.

Previous topic

mango.image.distance_transform_edt

Next topic

mango.image.crop

This Page