[maxregmax] [Up] [maxthresholdlabelcount] Thresholds and Regional Maxima

maxthreshold
Returns information about the connected components for the given threshold.

Synopsis

y = maxthreshold ( maxtree , thresh , which )

Input

maxtree MaxTree

thresh Double

which String

Feature to return: "binary", "labels" or "stats".

Output

y Image

Description

Returns information about the connected components for the threshold thresh.

The argument which indicates the information required:

[maxregmax] [Up] [maxthresholdlabelcount]