Graphic STI
logo EPFL
text EPFL
english only
Biomedical Imaging Group
Local Normalization
BIG > Download Algorithms > Daniel Sage > Local Normalization
CONTENTS

BIG Home page

News

People

Research

Publications

Demos

Download Algorithms

Teaching

Student Projects

LOCAL NORM.

Outline

Reference

Software

Applet

Example

DOWNLOAD

ImageJ's plugin

Local_Norm.jar

Local Normalization

Filter to reduce the effect on a non-uniform illumination

Written by Daniel Sage at the Biomedical Image Group, EPFL, Switzerland

splash image

Outline

The local normalization tends to uniformize the mean and variance of an image around a local neighborhood. This is especially useful for correct uneven illumination or shading artifacts. Thanks to our fact implementation of the Gaussian filtering, the Local Normalization is running very fast.

Reference

D. Sage, M. Unser, Easy Java Programming for Teaching Image Processing Proceedings of the IEEE International Conference on Image Processing (ICIP'01), Thessaloniki, Hellenic Republic, 2001.

	@INPROCEEDINGS(http://bigwww.epfl.ch/publications/sage0101.html,
	AUTHOR="Sage, D. and Unser, M.",
	TITLE="Easy {J}ava Programming for Teaching Image Processing",
	BOOKTITLE="Proceedings of the 2001 {IEEE} International Conference
					on Image Processing ({ICIP'01})",
	YEAR="2001",
	editor="",
	volume="{III}",
	series="",
	pages="298--301",
	address="{$\mathit{\Theta}$}{$\varepsilon$}{$\sigma$}{$\sigma$}{$\alpha$}{$\lambda$}{$o$}{$\nu$}{$\acute{\iota}$}{$\kappa$}{$\eta$}
					(Thessaloniki),
					{$E$}{$\lambda$}{$\lambda$}{$\eta$}{$\nu$}{$\iota$}{$\kappa$}{$\acute{\eta}$}
					{$\Delta$}{$\eta$}{$\mu$}{$o$}{$\kappa$}{$\rho$}{$\alpha$}{$\tau$}{$\acute{\iota}$}{$\alpha$}
					(Hellenic Republic)",
	month="October 7-10,",
	organization="",
	publisher="",
	note="")

Software

Description

The local normalization of f(x,y) is computed as follows:

formula

where:

  • f(x,y) is the original image
  • mf(x,y) is an estimation of a local mean of f(x,y)
  • σf(x,y) is an estimation of the local variance
  • g(x,y) is the output image

diagram

The estimation of the local mean and variance is performed through local spatial smoothing. In this implementation, we use fast recursive Gaussian filters. The parameters of the algorithm are the sizes of the smoothing windows, σ1, and, σ2, which control the estimation of the local mean and local variance, respectively. Often σ2 should be larger than σ1.

Pre-requirement

The software provided here is a plugin for ImageJ, a general purpose image-processing and image-analysis package. It runs also on the image-processing package Fiji. ImageJ has a public domain licence; it runs on several plateforms: Unix, Linux, Windows, and Mac OS X. It doesn't take more than a couple of minutes to install.

Download

Download Local_Norm.jar [Version 17.01.2017]. The plugin consists in one single JAR file; place it into the "plugins" folder of ImageJ. Do not unzip the JAR file.
After restarting ImageJ, you have a new entrie in the Plugin » Filters of ImageJ, which is Local_Normalization.

Instruction
Conditions of use
Matlab version

Matlab version of the Local Normalization, by Guanglei Xiong, 17 Aug 2005 (Updated 07 Sep 2005)

Javascript Demonstration

We have also a demonstration of this algorithm running on any browser.

Example

Input image

Output image

daniel.sage@epfl.ch • 20.12.2020