Module suppress

Source
Expand description

Functions for suppressing non-maximal values.

Functionsยง

local_maxima
Returns all items which have the highest score in the (2 * radius + 1) square block centred on them. Ties are resolved lexicographically.
suppress_non_maximum
Returned image has zeroes for all inputs pixels which do not have the greatest intensity in the (2 * radius + 1) square block centred on them. Ties are resolved lexicographically.