mango.image.box_se

mango.image.box_se(shape=(3, 3, 3), dim=3)

Returns a BoxStructuringElement object for the specified box shape.

Parameters:
  • shape (int sequence of length dim) – The shape of the rectangular/box shaped structuring element.
  • dim (int) – Dimension of the structuring element.
Return type:

BoxStructuringElement

Returns:

Rectangular/box shaped structuring element object for use with neighbourhood-filters.

Previous topic

mango.image.order_se

Next topic

mango.image.StructuringElement

This Page