Gaussian 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: Gaussian_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 Gaussian_Filter.java with the "Compile and Run" command. Put the class files generated in the Clean folder. Restart ImageJ to add the "Gaussian Filter" command to the Plugins menu.

Description:

This plugin implements the gaussian filter. User can choose kernel size from 3 to 9 and the sigma value.

Usage:

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