mango.image.BoxStructuringElement

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

Box/rectangular structuring element for neighbourhood filters.

Methods

__init__(( (object)arg1) -> None :) C++ signature :
getBoxShape(...) Returns the shape of the box structuring element.
getHaloSize(...) Returns the mango.Dds halo size required for filtering with this structuring element.
getIndices(...) Returns the offset indices of the structuring element.
setBoxShape(...) Sets the shape of the box structuring element.
setIndices(( (_StructuringElement_3)arg1, ...) Sets the offset indices of the structuring element.
toFootprint(...) Returns a numpy.array of bool elements.

Attributes

dtype

Previous topic

mango.image.OrderStructuringElement.toFootprint

Next topic

mango.image.BoxStructuringElement.__init__

This Page