Mean Filter

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 images
ImageJ's version: 1.44o (used to develop this plugin)
Source: Mean_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 Mean_Filter.java with the "Compile and Run" command. Put the class files generated in the Clean folder. Restart ImageJ to add the "Mean Filter" command to the Plugins menu.

Description:

This plugin implements the mean filter. User can choose kernel size from 3 to 9.

Usage:

Here is a brief description:
1) Open the image;
2) Select "Mean Filter" from Plugins menu -> Clean ;
3) Choose the kernel size;
4) Click on the OK button to apply the filter to the image.