[maxaopenth] [Up] [maxaopenthmt] Attribute Openings

maxaopenmt
Attribute opening. Returns a new MaxTree.

Synopsis

y = maxaopenmt ( maxtree , attr , value , value2 = 0.0 )

Input

maxtree MaxTree

The MaxTree to be pruned.

attr String

Attribute: "area", "height", "volume", "bbox".

value Double

Attribute value.

value2 Double

Optional attribute value.

Default: 0.0 (0.0)

Output

y MaxTree

The pruned MaxTree.

Description

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

[maxaopenth] [Up] [maxaopenthmt]