Finite Difference Scheme for the Affine Morphological Scale Space

README.txt:

% Finite Difference Scheme for the Affine Morphological Scale Space

# ABOUT

* Authors: Marco Mondelli <m.mondelli@sssup.it>
           Adina Ciomaga  <ciomaga@cmla.ens-cachan.fr>

* License: LGPL


# OVERVIEW

The source code provides the implementation of a finite difference scheme for the numerical simulation of the Affine Morphological Scale Space equation, as described in IPOL
        http://www.ipol.im/pub/algo/cm_fds_mcm_amss/

The program reads an image.tiff given as input, applies the Affine Morphological Scale Space at renormalized scale R and writes the result as a new image.tiff, returning it as output.

Both B/W and RGB .tiff images are handled.


# REQUIREMENTS

* ANSI C compiler
* libtiff
* libm


# COMPILATION

Simply use the provided makefile, with the command `make` typed on the shell.
Alternatively, you can manually compile
        gcc FDS_AMSS.c io_tiff_all.c -ltiff -lm -o amss


# USAGE

This programs requires 3 arguments written in the following order,

* argv[1] must contain the normalized scale you want to reach
* argv[2] must contain the name of the input file
* argv[3] must contain the name of the output file
Generated on Thu Sep 1 15:24:21 2011 for fds_amss by  doxygen 1.6.3