mango.image.SphereStructuringElement

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

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.
getRadius(...) Returns the radius of the sphere used to calculate the structuring element members.
setIndices(( (_StructuringElement_3)arg1, ...) Sets the offset indices of the structuring element.
setRadius(...) Sets the radius of the sphere used to calculate the structuring element members.
toFootprint(...) Returns a numpy.array of bool elements.

Previous topic

mango.image.StructuringElement.toFootprint

Next topic

mango.image.SphereStructuringElement.__init__

This Page