Author: Susanna SavĂ (susanna.sava@gmail.com) Advisor: Prof. Sebastiano Battiato (battiato@dmi.unict.it) History: This plugin was implemented in October 2011 Works with:
All types of imagesImageJ's version: 1.44o (used to develop this plugin) Source: Median_Filter.java Installation: Create a folder named "reports" in the ImageJ folder to save reports. Create a folder named Clean in the plugins folder. Compile Median_Filter.java with the "Compile and Run" command. Put the class files generated in the Clean folder. Restart ImageJ to add the "Median Filter" command to the Plugins menu.
Description: This plugin implements the median filter. User can choose kernel size from 3 to 15.
Usage: Here is a brief description:
1) Open the image;
2) Select "Median Filter" from Plugins menu -> Clean ;
3) Choose the kernel size;
4) Click on the OK button to apply the filter to the image.