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

MaxTrees
Connected filters implemented with MaxTrees (experimental)

MaxTree Constructor

mmmaxtree Build a MaxTree
mmmaxsubtree Returns the subtree rooted at the given node.

Introspection Functions

mmmaxgetimage Returns the image.
mmmaxgetindex Returns the node index array.
mmmaxgetnodes Returns node properties.
mmmaxgetchildren Returns an array of children of the given node.
mmmaxgetcount Returns the node count for each gray level.
mmmaxgetxml Get an XML representation of the MaxTree.
mmmaxsubimage Returns the image corresponding to the subtree rooted at the given node.

Reconstruction and Marker Propagation

mmmaxinfrec Inf-reconstruction.
mmmaxopenrec Opening by reconstruction.
mmmaxpropagate Find the zone of influence of the given markers.

Attribute Openings

mmmaxaopen Attribute opening.
mmmaxaopenth Attribute opening top hat.
mmmaxaopenmt Attribute opening. Returns a new MaxTree.
mmmaxaopenthmt Attribute opening top hat. Returns a new MaxTree.

Thresholds and Regional Maxima

mmmaxregmax Returns information about the regional maxima of the image.
mmmaxthreshold Returns information about the connected components for the given threshold.
mmmaxthresholdlabelcount Returns the label count for each threshold level.

Demonstrations

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