mango.image.OrderStructuringElement

class mango.image.OrderStructuringElement((object)arg1)

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

Methods

__init__(( (object)arg1) -> None :) C++ signature :
getHaloSize(...) Returns the mango.Dds halo size required for filtering with this structuring element.
getIndices(...) Returns the offset indices of the structuring element.
getOrder(...) Returns the neighbourhood order used to calculate the members of the structuring element.
setIndices(( (_StructuringElement_3)arg1, ...) Sets the offset indices of the structuring element.
setOrder(( (_OrderStructuringElement_3)arg1, ...) Sets the neighbourhood order used to calculate the members of the structuring element.
toFootprint(...) Returns a numpy.array of bool elements.

Previous topic

mango.image.SphereStructuringElement.toFootprint

Next topic

mango.image.OrderStructuringElement.__init__

This Page