[mmmaxaopenth] [Up] [mmmaxaopenthmt] Attribute Openings

mmmaxaopenmt
Attribute opening. Returns a new MaxTree.

Synopsis

function y = mmmaxaopenmt ( maxtree , attr , value , value2 )

Input

maxtree MaxTree The MaxTree to be pruned.
attr String Attribute: "area", "height", "volume", "bbox".
value Double Attribute value.
value2 Double

Default: 0.0

Optional attribute value.

Output

y MaxTree The pruned MaxTree.

Description

This function is like mmmaxaopen but returns the pruned tree instead of the resulting image.

[mmmaxaopenth] [Up] [mmmaxaopenthmt]