mango.image.order_se

mango.image.order_se(order=1, dim=3)

Returns a OrderStructuringElement object for the specified neighbourhood order.

Parameters:
  • order (int) – The neighbourhood-order (radius-squared) of the spherical structuring element.
  • dim (int) – Dimension of the structuring element.
Return type:

OrderStructuringElement

Returns:

Neighbourhood order (spherical) structuring element object for use with neighbourhood-filters.

Previous topic

mango.image.sphere_se

Next topic

mango.image.box_se

This Page