Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Median filter

  • input imaging n-d array is treated per event as a set of 2-d frames for two lowest indexes. For each pixel of the 2-d frame median intensity is evaluated using a group of nearest pixels located in the circular region defined by the radial parameter rank (r≤rank). If input array has a number of dimensions exceeding 2 the numpy.shape of output array is reduced to 3-d.
  • Docs: self-doc, method median_filter_ndarr

...

...