[Up] [Data Types] [Functions] [Demonstrations] [MaxTrees] SDC Morphology Toolbox for Python-numpy V1.6 31mar2008

MaxTrees
Connected filters implemented with MaxTrees (experimental)

MaxTree Constructor

maxtree Build a MaxTree
maxsubtree Returns the subtree rooted at the given node.

Introspection Functions

maxgetimage Returns the image.
maxgetindex Returns the node index array.
maxgetnodes Returns node properties.
maxgetchildren Returns an array of children of the given node.
maxgetcount Returns the node count for each gray level.
maxgetxml Get an XML representation of the MaxTree.
maxsubimage Returns the image corresponding to the subtree rooted at the given node.

Reconstruction and Marker Propagation

maxinfrec Inf-reconstruction.
maxopenrec Opening by reconstruction.
maxpropagate Find the zone of influence of the given markers.

Attribute Openings

maxaopen Attribute opening.
maxaopenth Attribute opening top hat.
maxaopenmt Attribute opening. Returns a new MaxTree.
maxaopenthmt Attribute opening top hat. Returns a new MaxTree.

Thresholds and Regional Maxima

maxregmax Returns information about the regional maxima of the image.
maxthreshold Returns information about the connected components for the given threshold.
maxthresholdlabelcount Returns the label count for each threshold level.

Demonstrations

mmdvlpl Vehicle License Plate Localization.
[Up] [Data Types] [Functions] [Demonstrations] [MaxTrees]