v0.1.0, Adaptive Median fiter - imageJ plugin
See also in imagej.net/Adaptive_Median_Filter
Confocal type images often exhibit isolated pixels (1×1 ~ 5×5) with extremely bright values caused by voltage instability or dead or hot camera pixels. The magnitudes of these pixels are approximately 5 to 100 times higher than the normal intensity amplitudes of the biostructure. These isolated pixels are ill-suited for the post analyse or processing. We created an adaptive median filter to remove these improper pixels. More specifically, instead of the normal median filter, which replaces each pixel with the median of the neighboring pixels in the window, we set a threshold for our developed adaptive median filter. If the pixel intensity is larger than threshold × median in the window, the pixel is replaced by the median; otherwise, the window moves to the next pixel. By using this method, we can filter the isolated pixels without blurring the images.
Also, the uncleaned slides can lead to this problem.
This plugin will handle this type of problems easily without any blurring or re-doing experiments.
It is a part of publication:
If you find this plugin useful, please cite our paper.
process -> Adaptive median filter
:
3, 5 or 7
. Threshold should be 2~20
.5
and Threshold 2
can be a default choice.