Module imageproc::suppress

source ·
Expand description

Functions for suppressing non-maximal values.

Functions§

  • Returns all items which have the highest score in the (2 * radius + 1) square block centred on them. Ties are resolved lexicographically.
  • 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.