new version of Fast Filters plugin

Posted by Michael Schmid on
URL: http://imagej.273.s1.nabble.com/new-version-of-Fast-Filters-plugin-tp3684966.html

Hi everyone,

in case you are interested: I have updated my Fast Filters plugin.
It provides mean, minimum, maximum, "pseudo-median", top-hat and  
background subtraction filters with a rectangular n*m kernel (in  
contrast to the ImageJ built-in Process>Filters, which use a circular  
kernel).

Improvements:
- Parallel threads for multiprocessor machines (except for conversion  
from/to float, thus the speed gain is largest for float images).
- Float images may contain NaN (not a number) pixels.

http://imagejdocu.tudor.lu/doku.php?id=plugin:filter:fast_filters:start

Michael