mango.image.StructuringElement

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

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.
setIndices(( (_StructuringElement_3)arg1, ...) Sets the offset indices of the structuring element.
toFootprint(...) Returns a numpy.array of bool elements.

Previous topic

mango.image.box_se

Next topic

mango.image.StructuringElement.__init__

This Page