mango.image.sphere_se

mango.image.sphere_se(radius=1.0, dim=3)

Returns a SphereStructuringElement object for the specified radius.

Parameters:
  • radius (float) – The radius of the spherical structuring element.
  • dim (int) – Dimension of the structuring element.
Return type:

SphereStructuringElement

Returns:

Spherical structuring element object for use with neighbourhood-filters.

Previous topic

mango.image.se

Next topic

mango.image.order_se

This Page