README.txt:
% Finite Difference Scheme for the Mean Curvature Motion # 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 Mean Curvature Motion 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 Mean Curvature Motion 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 # COMPILATION Simply use the provided makefile, with the command `make` typed on the shell. Alternatively, you can manually compile gcc FDS_MCM.c io_tiff_all.c -ltiff -o mcm # 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