LINEAR FILTER

Author: Tommaso Testa (tommypzl89@gmail.com), Salvatore Adriano Zappalà (salvozpp@yahoo.it), Salvatore Scalia (salvo.scalia88@gmail.com)
Advisor: Prof. Sebastiano Battiato (battiato@dmi.unict.it)
History: This plugin was implemented in July 2011

Works with:

8-bit grayscale images, RGB images
ImageJ's version: 1.44p (used to develop this plugin)
Source: Filtro_Lineare.java
Installation:

Download Filtro_Lineare.java to the plugins folder; restart ImageJ to add the "Filtro Lineare Plugin" command to the Plugins menu.

Description:

This plugin does the convolution of an image with the specified kernel matrix. You can specify a value that will multiply every element of the matrix and a value that the matrix will be divided to.

Usage:

Here is a brief description:
1) Click on “Filtro Lineare” from Plugins Menù;
2) Insert the values into the 7x7 kernel;
3) Insert the value of “Moltiplicatore” (1 Default);
4) Insert the value of “Divisore” (1 Default);
5) Click on the “Applica” button to apply the filter to the image;
6) Save the Report in a folder.


| ImageJ Plugins Page | ImageJ Home Page | IPLab@CT Home Page |