[mmMaxregmax] [Up] [mmMaxthresholdlabelcount] Thresholds and Regional Maxima

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

Synopsis

Image mmMaxthreshold ( const MaxTree& maxtree , const Double& thresh , const String& 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:

[mmMaxregmax] [Up] [mmMaxthresholdlabelcount]