[mmmaxaopenmt] [Up] [mmmaxregmax] Attribute Openings

mmmaxaopenthmt
Attribute opening top hat. Returns a new MaxTree.

Synopsis

function y = mmmaxaopenthmt ( 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 top-hat pruned tree.

Description

This function is like mmmaxaopen but returns the top-hat tree (i.e. the MaxTree corresponding to the residue of the opening).

[mmmaxaopenmt] [Up] [mmmaxregmax]