EPFL
 Biomedical Imaging Group
EPFL   Student Projects: Alex Omar Prudencio Arispe
English only    BIG > Teaching > Student Projects > Alex Prudencio
 CONTENTS
Home page
Events
Members
Publications
Tutorials and Reviews
Research
Demos
Download Algorithms
Teaching
bullet Student projects
ImageJ Plug-in for Denoising of Fractal-like Images

Alex Omar Prudencio Arispe
Section Systèmes de Communication, EPFL

Semester project
February 2005

Overview

In this project we have implemented a linear denoising algorithm based on Duchon's smoothing formulation. Our algorithm is designed to denoise fractal-like signals, which are characterized by a power spectral density behavior as O(1 / ||w||t). Since natural images approximate this kind of behavior, this algorithm can be applied to a wide range of images. An important application can be the denoising of biomedical imaging such as functional magnetic resonance imaging (fMRI), which have a fractal-like behavior. A very important characteristic of our denoising algorithm is that it gives the optimal discretization of the Wiener filter, which is the best linear technique.

We have implemented this algorithm as an ImageJ Plug-in. We use fractional polyharmonic B-splines as the basis of our implementation. The smoothing is performed by filtering in the Fourier domain. We have also implemented a demonstration applet: http://bigwww.epfl.ch/demo/fractaldenoising/.

 
(a) Original image (fMRI)
(b) Noisy image; SNR=3.6193 dB
(c) Denoised image; SNR=13.1715 dB
Figure 1. Result of our implementation