Skip to content

Filters

Jarek Sacha edited this page Jan 12, 2020 · 2 revisions
  • Fast Median - Very fast implementation of a median filter, especially optimized for 8-bit gray level and color images, also works on 16-bit gray level and floating point. In contrast to ImageJ median filter it uses square rather than circular window. For instance, Fast Median filter of size 100x100 is comparable to the ImageJ's median of radius 62. This size Fast Median filter will be over 20 faster than the ImageJ's median filter. For larger sizes this ratio will be even larger.
  • Perona-Malik Anisotropic Diffusion - the classic anisotropic diffusion filter.
  • Coherence Enhancing Diffusion - Based on filter described in J. Weickert, "Coherence-Enhancing Diffusion Filtering", International Journal of Computer Vision, Vol.31, 1999, p.111-127.
  • Directional Coherence
  • Speckle Reducing Anisotropic Diffusion - Speckle Reducing Anisotropic Diffusion (SRAD) filter based on paper: Y. Yu and T. Acton, "Speckle Reducing Anisotropic Diffusion", IEEE Transactions on Image Processing, Vol.11, No.11, 2002.
    • Diffusion coefficient threshold - When diffusion coefficient is lower than threshold it is set to 0.
    • Initial coefficient of variation - Speckle coefficient of variation in the observer image, for correlated data it should be set to less than 1
    • Coefficient of variation decay rate - Spackle coefficient of variation decay rate: q0(t) = q0*exp(-ro*t), ro < 1

Plugins install under Plugins > Filters menu.

Clone this wiki locally